]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Replace "DOS box" with link to Windows FAQ. (GH-12390)
authorNed Deily <nad@python.org>
Sun, 24 Mar 2019 19:03:54 +0000 (15:03 -0400)
committerGitHub <noreply@github.com>
Sun, 24 Mar 2019 19:03:54 +0000 (15:03 -0400)
Doc/faq/windows.rst
Doc/tutorial/interpreter.rst

index 75ebe603cb5bc6cb41ce933049dd80768cf0a3b2..ad97cd0932ac8613fd528c9bf219df079d9969c0 100644 (file)
@@ -15,6 +15,8 @@ Python on Windows FAQ
 .. XXX need review for Python 3.
    XXX need review for Windows Vista/Seven?
 
+.. _faq-run-program-under-windows:
+
 
 How do I run a Python program under Windows?
 --------------------------------------------
index 6cdc6c8419aff8f9ef8cff65ef957120618b4269..ab92af044e7ce065b11024de646477f9e637439d 100644 (file)
@@ -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