]> granicus.if.org Git - python/commitdiff
Fix instance I missed in 59f7bbe1236c (#1626300)
authorÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 01:12:38 +0000 (03:12 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 01:12:38 +0000 (03:12 +0200)
Doc/install/index.rst

index 9112c0f1584a413b8760879b5426540a6dc4317a..9d916d3d2285e1597a47366d198e0c108ea7a06b 100644 (file)
@@ -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