Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e197df0

Browse files
committed
Remove obsolete term + indicate how to find the program (#1626300).
Suggested by Terry J. Reedy.
1 parent e8b7eb0 commit e197df0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/distutils/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ terminal::
8484

8585
python setup.py sdist
8686

87-
For Windows, open a command prompt windows ("DOS box") and change the command
88-
to::
87+
For Windows, open a command prompt window (:menuselection:`Start -->
88+
Accessories`) and change the command to::
8989

9090
setup.py sdist
9191

Doc/install/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ archive file to :file:`C:\\Temp`, then it would unpack into
144144
:file:`C:\\Temp\\foo-1.0`; you can use either a archive manipulator with a
145145
graphical user interface (such as WinZip) or a command-line tool (such as
146146
:program:`unzip` or :program:`pkunzip`) to unpack the archive. Then, open a
147-
command prompt window ("DOS box"), and run::
147+
command prompt window (:menuselection:`Start --> Accessories`) and run::
148148

149149
cd c:\Temp\foo-1.0
150150
python setup.py install

0 commit comments

Comments
 (0)