diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-01-22 22:22:44 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-01-22 22:22:44 +0000 |
| commit | a16d5ce9244243a530433434ce155d87506f3b3f (patch) | |
| tree | fe2d251897b8b8a4c778f7d5df125400d59136f9 /setuptools/command/easy_install.py | |
| parent | 48bda8b1882e8d785af53081a73b9f5f3ee2d992 (diff) | |
| download | python-setuptools-git-a16d5ce9244243a530433434ce155d87506f3b3f.tar.gz | |
Fix typo.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4042148
Diffstat (limited to 'setuptools/command/easy_install.py')
| -rwxr-xr-x | setuptools/command/easy_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 513586d6..a64997f7 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -772,7 +772,7 @@ PYTHONPATH, or by being added to sys.path by your code.) If it uses setuptools in its setup script, you can activate it in "development" mode by going to that directory and running:: - %(python)s setup.py --develop + %(python)s setup.py develop See the setuptools documentation for the "develop" command for more info. """ % locals() |
