[Python-checkins] cpython (3.5): Correct typo in Windows docs.

zach.ware python-checkins at python.org
Thu Jul 28 20:01:18 EDT 2016


https://hg.python.org/cpython/rev/7edabbbaffa4
changeset:   102478:7edabbbaffa4
branch:      3.5
parent:      102475:a576a34f5386
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Thu Jul 28 19:00:53 2016 -0500
summary:
  Correct typo in Windows docs.

Found by Jack Copper on docs@

files:
  Doc/using/windows.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -54,7 +54,7 @@
   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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list