summaryrefslogtreecommitdiff
path: root/Doc/install
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 03:12:38 +0200
committerÉric Araujo <merwok@netwok.org>2011-08-19 03:12:38 +0200
commita2d26182e28e99a66d9ed128f429d17ea53d48ae (patch)
treeb1fd9656d3bd7b8997cf575daf5fcf04f14bd3ce /Doc/install
parent43a7ee1f3b478e4b2220bb5217c70d1b08e9d344 (diff)
downloadcpython-git-a2d26182e28e99a66d9ed128f429d17ea53d48ae.tar.gz
Fix instance I missed in 59f7bbe1236c (#1626300)
Diffstat (limited to 'Doc/install')
-rw-r--r--Doc/install/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 9112c0f158..9d916d3d22 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -101,8 +101,8 @@ one command from a terminal::
python setup.py install
-For Windows, this command should be run from a command prompt windows ("DOS
-box")::
+For Windows, this command should be run from a command prompt windows
+(:menuselection:`Start --> Accessories`)::
setup.py install
@@ -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 (:menuselection:`Start --> Accessories`) and run::
+command prompt window and run::
cd c:\Temp\foo-1.0
python setup.py install