From 89f09a687e355e9acb0ec5b540b31b450b05d2f5 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 28 Sep 2008 09:08:27 +0000 Subject: [PATCH] #3983: typo fix. --- Doc/tutorial/interpreter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.50.0