[Python-checkins] cpython (3.2): Fix instance I missed in 59f7bbe1236c (#1626300)

eric.araujo python-checkins at python.org
Fri Aug 19 14:25:23 CEST 2011


http://hg.python.org/cpython/rev/adaec1a0dd47
changeset:   71935:adaec1a0dd47
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Aug 19 03:12:38 2011 +0200
summary:
  Fix instance I missed in 59f7bbe1236c (#1626300)

files:
  Doc/install/index.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/install/index.rst b/Doc/install/index.rst
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -101,8 +101,8 @@
 
    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 @@
 :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list