summaryrefslogtreecommitdiffstats
path: root/Doc/install
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 00:30:15 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-19 00:30:15 (GMT)
commite197df06fb466cbeda5d3117b29fe2705ad43aa5 (patch)
treebe1858a977da2b5376a2f7a40c9424490dd3b94c /Doc/install
parente8b7eb07e1e911c7f692b25b4aa8021abb578fbe (diff)
downloadcpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.zip
cpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.tar.gz
cpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.tar.bz2
Remove obsolete term + indicate how to find the program (#1626300).
Suggested by Terry J. Reedy.
Diffstat (limited to 'Doc/install')
-rw-r--r--Doc/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 171ef98..9112c0f 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into
:file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
graphical user interface (such as WinZip) or a command-line tool (such as
:program:`unzip` or :program:`pkunzip`) to unpack the archive. Then, open a
-command prompt window ("DOS box"), and run::
+command prompt window (:menuselection:`Start --> Accessories`) and run::
cd c:\Temp\foo-1.0
python setup.py install