summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel N?ri <dne@mayonnaise.net>2013-08-18 21:03:04 +0200
committerDaniel N?ri <dne@mayonnaise.net>2013-08-18 21:03:04 +0200
commit93443fa96d30c308772ac4846048fa277efcdc5b (patch)
treed8bee8b5cf7cd8d6e06040b313cd45bca446bf6a
parent9d775061951ab937bef9138c60c3f7f53398bfcf (diff)
downloadpython-setuptools-bitbucket-93443fa96d30c308772ac4846048fa277efcdc5b.tar.gz
Fix spelling
-rw-r--r--docs/using.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using.txt b/docs/using.txt
index 6f93c386..e44847d6 100644
--- a/docs/using.txt
+++ b/docs/using.txt
@@ -4,7 +4,7 @@ Using Setuptools in your project
To use Setuptools in your project, the recommended way is to ship
`ez_setup.py` alongside your `setup.py` script and call
-it at the very begining of `setup.py` like this::
+it at the very beginning of `setup.py` like this::
from ez_setup import use_setuptools
use_setuptools()