From: Georg Brandl Date: Sun, 28 Sep 2008 09:08:27 +0000 (+0000) Subject: #3983: typo fix. X-Git-Tag: v3.0rc2~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89f09a687e355e9acb0ec5b540b31b450b05d2f5;p=python #3983: typo fix. --- diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 216b4f540d..010bc6b0db 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -22,7 +22,7 @@ Python guru or system administrator. (E.g., :file:`/usr/local/python` is a popular alternative location.) On Windows machines, the Python installation is usually placed in -:file:`C:\Python30`, though you can change this when you're running the +:file:`C:\\Python30`, though you can change this when you're running the installer. To add this directory to your path, you can type the following command into the command prompt in a DOS box::