summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-04 12:14:51 -0500
committerZachary Ware <zachary.ware@gmail.com>2016-08-04 12:14:51 -0500
commita31ddb33511f92d20dfddb23d934a0b7f4ab6122 (patch)
treef400493fe4aa326988f903e1e30675842a905a13
parent6090194ef72b6e169cdf96a1a4f703a619b63b45 (diff)
parent72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96 (diff)
downloadcpython-git-a31ddb33511f92d20dfddb23d934a0b7f4ab6122.tar.gz
Merge with 3.5
-rw-r--r--Doc/using/windows.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index 16e22e0320..3f6b68d133 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -382,7 +382,7 @@ On the first page of the installer, an option labelled "Add Python 3.5 to
PATH" can be selected to have the installer add the install location into the
:envvar:`PATH`. The location of the :file:`Scripts\\` folder is also added.
This allows you to type :command:`python` to run the interpreter, and
-:command:`pip` or . Thus, you can also execute your
+:command:`pip` for the package installer. Thus, you can also execute your
scripts with command line options, see :ref:`using-on-cmdline` documentation.
If you don't enable this option at install time, you can always re-run the