diff options
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 6cdc6c8419..ab92af044e 100644 --- a/Doc/tutorial/interpreter.rst +++ b/Doc/tutorial/interpreter.rst @@ -26,7 +26,7 @@ popular alternative location.) On Windows machines, the Python installation is usually placed in :file:`C:\\Python36`, 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:: +command into :ref:`a command prompt window <faq-run-program-under-windows>`:: set path=%path%;C:\python36 |