aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-27 18:26:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-27 18:26:59 -0400
commit19eb6bf8bd28f1b9b66288c797d67eb8da71508d (patch)
tree2545b259d52729228dc00451a95c480cad785561
parenteccd31805b2d1ffb22478fa37c88760ad4db1387 (diff)
downloadexternal_python_setuptools-19eb6bf8bd28f1b9b66288c797d67eb8da71508d.tar.gz
external_python_setuptools-19eb6bf8bd28f1b9b66288c797d67eb8da71508d.tar.bz2
external_python_setuptools-19eb6bf8bd28f1b9b66288c797d67eb8da71508d.zip
Fix typo
-rw-r--r--docs/easy_install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/easy_install.txt b/docs/easy_install.txt
index e247d8fd..544b9efd 100644
--- a/docs/easy_install.txt
+++ b/docs/easy_install.txt
@@ -317,7 +317,7 @@ Note that instead of changing your ``PATH`` to include the Python scripts
directory, you can also retarget the installation location for scripts so they
go on a directory that's already on the ``PATH``. For more information see
`Command-Line Options`_ and `Configuration Files`_. During installation,
-pass command line options (such as ``--script-dir``) to to control where
+pass command line options (such as ``--script-dir``) to control where
scripts will be installed.