summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-28 09:08:27 (GMT)
committerGeorg Brandl <georg@python.org>2008-09-28 09:08:27 (GMT)
commit89f09a687e355e9acb0ec5b540b31b450b05d2f5 (patch)
tree0b2f7adead241d2f7e088d9c685b7a42ba119bca /Doc
parent850c5cd9cb4ad5d0beb2fa2b473001eba324b55d (diff)
downloadcpython-89f09a687e355e9acb0ec5b540b31b450b05d2f5.zip
cpython-89f09a687e355e9acb0ec5b540b31b450b05d2f5.tar.gz
cpython-89f09a687e355e9acb0ec5b540b31b450b05d2f5.tar.bz2
#3983: typo fix.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/interpreter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
index 216b4f5..010bc6b 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::