diff options
author | Éric Araujo <merwok@netwok.org> | 2011-08-19 00:30:15 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-08-19 00:30:15 (GMT) |
commit | e197df06fb466cbeda5d3117b29fe2705ad43aa5 (patch) | |
tree | be1858a977da2b5376a2f7a40c9424490dd3b94c /Doc/distutils | |
parent | e8b7eb07e1e911c7f692b25b4aa8021abb578fbe (diff) | |
download | cpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.zip cpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.tar.gz cpython-e197df06fb466cbeda5d3117b29fe2705ad43aa5.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 57d34a4..0ece646 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 window (:menuselection:`Start --> +Accessories`) and change the command to:: setup.py sdist |