From 1b7f3945ad7deb109893628930fe390d9a6c568f Mon Sep 17 00:00:00 2001 From: Grant McLendon Date: Fri, 9 May 2014 17:47:38 -0400 Subject: [PATCH] backslashes escaping windows directories --- docs/starting/install/win.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index e8fe0a2..469a729 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -13,7 +13,7 @@ double-click the file. The MSI package format allows Windows administrators to automate installation with their standard tools. By design, Python installs to a directory with the version number embedded, -e.g. Python version 2.7 will install at :file:`C:\Python27\`, so that you can +e.g. Python version 2.7 will install at :file:`C:\\Python27\\`, so that you can have multiple versions of Python on the same system without conflicts. Of course, only one interpreter can be the default application for Python file types. It also does not automatically @@ -22,7 +22,7 @@ which copy of Python is run. Typing the full path name for a Python interpreter each time quickly gets tedious, so add the directories for your default Python version to the :envvar:`PATH`. -Assuming that your Python installation is in :file:`C:\Python27\`, add this to your +Assuming that your Python installation is in :file:`C:\\Python27\\`, add this to your :envvar:`PATH`: .. code-block:: console