]> granicus.if.org Git - python/commitdiff
Remove obsolete term + indicate how to find the program (#1626300).
authorÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 00:30:15 +0000 (02:30 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 19 Aug 2011 00:30:15 +0000 (02:30 +0200)
Suggested by Terry J. Reedy.

Doc/distutils/introduction.rst
Doc/install/index.rst

index 57d34a4b57ea961c4a9f421da7b024c1fb0611b5..0ece646c345242732ee89b9bb61828554b3fc7cf 100644 (file)
@@ -84,8 +84,8 @@ terminal::
 
    python setup.py sdist
 
-For Windows, open a command prompt windows ("DOS box") and change the command
-to::
+For Windows, open a command prompt window (:menuselection:`Start -->
+Accessories`) and change the command to::
 
    setup.py sdist
 
index 171ef984ebc32f82da6dcd03f4f53f71b0c1f781..9112c0f1584a413b8760879b5426540a6dc4317a 100644 (file)
@@ -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