diff options
| author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-04 12:13:47 -0500 |
|---|---|---|
| committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-04 12:13:47 -0500 |
| commit | 72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96 (patch) | |
| tree | ca9ab14387e420487a95bfb48b482fd7456e98bd /Doc/using | |
| parent | 85b6090768c98f4eb899dc478c1257c7cde05d51 (diff) | |
| download | cpython-git-72e483aac42a1e1bd2e2b1ed72a3c9e8dbc6be96.tar.gz | |
Fix half-finished sentence.
Reported by Linda Pescatore on docs@.
Diffstat (limited to 'Doc/using')
| -rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index d010a61be4..a4a6a30c36 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 |
