diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-25 10:34:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-25 10:34:47 -0400 |
| commit | 44a781f67905fbe4ea2aba68e6233df1cc466869 (patch) | |
| tree | 1a4befcc079d97be9f75717703debb1df778aad6 | |
| parent | 21ab99e53f0c263a2210cf51525d6edcae1ae9a7 (diff) | |
| parent | 0c1f6b6a53368a4b39f6617e13f50e11eac5bae1 (diff) | |
| download | python-setuptools-git-44a781f67905fbe4ea2aba68e6233df1cc466869.tar.gz | |
Merge pull request #687 from stepshal/word_repeated
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) |
