diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-07-29 00:00:53 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-07-29 00:00:53 (GMT) |
commit | 87ec85f4208bf329e6454fd3e2639c613b2b61af (patch) | |
tree | a073d4d8b75948cb076b418cb449d92711a43606 /Doc | |
parent | 4a865a35cd3257b2c113267324ee249a33dfe271 (diff) | |
download | cpython-87ec85f4208bf329e6454fd3e2639c613b2b61af.zip cpython-87ec85f4208bf329e6454fd3e2639c613b2b61af.tar.gz cpython-87ec85f4208bf329e6454fd3e2639c613b2b61af.tar.bz2 |
Correct typo in Windows docs.
Found by Jack Copper on docs@
Diffstat (limited to 'Doc')
-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 7520d60..d010a61 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -54,7 +54,7 @@ If you select "Install Now": users) * Python will be installed into your user directory * The :ref:`launcher` will be installed according to the option at the bottom - of the first pace + of the first page * The standard library, test suite, launcher and pip will be installed * If selected, the install directory will be added to your :envvar:`PATH` * Shortcuts will only be visible for the current user |