diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-25 20:19:47 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-25 20:19:47 +0700 |
commit | 0c1f6b6a53368a4b39f6617e13f50e11eac5bae1 (patch) | |
tree | 1a4befcc079d97be9f75717703debb1df778aad6 | |
parent | 21ab99e53f0c263a2210cf51525d6edcae1ae9a7 (diff) | |
download | external_python_setuptools-0c1f6b6a53368a4b39f6617e13f50e11eac5bae1.tar.gz external_python_setuptools-0c1f6b6a53368a4b39f6617e13f50e11eac5bae1.tar.bz2 external_python_setuptools-0c1f6b6a53368a4b39f6617e13f50e11eac5bae1.zip |
docs/easy_install.txt: remove repeated word.
-rw-r--r-- | docs/easy_install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt index 591589fb..bd9f0e86 100644 --- a/docs/easy_install.txt +++ b/docs/easy_install.txt @@ -768,7 +768,7 @@ Command-Line Options run by scripts that are already installed. ``--user`` (New in 0.6.11) - Use the the user-site-packages as specified in :pep:`370` + Use the user-site-packages as specified in :pep:`370` instead of the global site-packages. ``--always-copy, -a`` (New in 0.5a4) |