diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-03-24 19:12:05 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-24 19:12:05 (GMT) |
| commit | 4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde (patch) | |
| tree | 5968cb155832ab2dccb3fd446d9da0b9f033bb71 /Doc/tutorial | |
| parent | d93de028e84c762d7e30b0b93d149b66c85d421f (diff) | |
| download | cpython-4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde.zip cpython-4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde.tar.gz cpython-4d5f1a4bb98a6f1b20c61e06d78c53cef18fbbde.tar.bz2 | |
[3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)
(cherry picked from commit 6661c1720ebd322e2cb6995a243e8dc6e588d931)
Co-authored-by: Ned Deily <nad@python.org>
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 6812f64..b8ce525 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:\\Python37`, 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:\python37 |
