diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-19 07:29:56 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-19 07:29:56 (GMT) |
commit | a2596a4d67127a77887dffb81fb2cf9f1a1d4f67 (patch) | |
tree | 10180b3099eb417a0e1d4f964cfd09aa2a8959b2 /Doc/distutils | |
parent | e0054c51c7337354e415deb5b1a3d17778f42b72 (diff) | |
download | cpython-a2596a4d67127a77887dffb81fb2cf9f1a1d4f67.zip cpython-a2596a4d67127a77887dffb81fb2cf9f1a1d4f67.tar.gz cpython-a2596a4d67127a77887dffb81fb2cf9f1a1d4f67.tar.bz2 |
Remove obsolete term + indicate how to find the program (#1626300).
Suggested by Terry J. Reedy.
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst index 2d5dbc7..fc6184f 100644 --- a/Doc/distutils/introduction.rst +++ b/Doc/distutils/introduction.rst @@ -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 windows (:menuselection:`Start --> +Accessories`) and change the command to:: setup.py sdist |