diff options
author | Georg Brandl <georg@python.org> | 2008-02-26 19:13:45 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-26 19:13:45 (GMT) |
commit | 3ef2063ec80da1f8ea5ee214caa3f5265d791448 (patch) | |
tree | 34979703a7c1360a86d92a7c42aa550256d826a9 /Doc/tutorial | |
parent | ea837931cf393aa0373ccfa1849b2a3d6e3cc6ea (diff) | |
download | cpython-3ef2063ec80da1f8ea5ee214caa3f5265d791448.zip cpython-3ef2063ec80da1f8ea5ee214caa3f5265d791448.tar.gz cpython-3ef2063ec80da1f8ea5ee214caa3f5265d791448.tar.bz2 |
#2194: fix some typos.
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/interpreter.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst index 5a3431d..a62934c 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -22,7 +22,7 @@ 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:\Python26`, though you can change this when you're running the +:file:`C:\\Python26`, 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:: |