diff options
| author | Daniel Néri <dne@mayonnaise.net> | 2013-08-18 21:03:04 +0200 |
|---|---|---|
| committer | Daniel Néri <dne@mayonnaise.net> | 2013-08-18 21:03:04 +0200 |
| commit | a72b003bd4caedb79e8e1d2c168fd8b5f111b5a1 (patch) | |
| tree | d2663550669c3b573a481d6a7b9abdd64d49df1d | |
| parent | cc220f8f36d5b873e377329906dbd1a7d1f99833 (diff) | |
| download | python-setuptools-git-a72b003bd4caedb79e8e1d2c168fd8b5f111b5a1.tar.gz | |
Fix spelling
| -rw-r--r-- | docs/using.txt | 2 |
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() |
