Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6661c17

Browse files
authored
Replace "DOS box" with link to Windows FAQ. (GH-12390)
1 parent 3d07c1e commit 6661c17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/faq/windows.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Python on Windows FAQ
1515
.. XXX need review for Python 3.
1616
XXX need review for Windows Vista/Seven?
1717
18+
.. _faq-run-program-under-windows:
19+
1820

1921
How do I run a Python program under Windows?
2022
--------------------------------------------

Doc/tutorial/interpreter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ popular alternative location.)
2626
On Windows machines, the Python installation is usually placed in
2727
:file:`C:\\Python36`, though you can change this when you're running the
2828
installer. To add this directory to your path, you can type the following
29-
command into the command prompt in a DOS box::
29+
command into :ref:`a command prompt window <faq-run-program-under-windows>`::
3030

3131
set path=%path%;C:\python36
3232

0 commit comments

Comments
 (0)