summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-24 19:03:54 (GMT)
committerGitHub <noreply@github.com>2019-03-24 19:03:54 (GMT)
commit6661c1720ebd322e2cb6995a243e8dc6e588d931 (patch)
tree3a8f363e810b3251a37f179fb39df3a80f4e5934 /Doc/tutorial
parent3d07c1ee1d2d475b74816117981d6ec752c26c23 (diff)
downloadcpython-6661c1720ebd322e2cb6995a243e8dc6e588d931.zip
cpython-6661c1720ebd322e2cb6995a243e8dc6e588d931.tar.gz
cpython-6661c1720ebd322e2cb6995a243e8dc6e588d931.tar.bz2
Replace "DOS box" with link to Windows FAQ. (GH-12390)
Diffstat (limited to 'Doc/tutorial')
-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 6cdc6c8..ab92af0 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