[Python-checkins] cpython (3.1): Fix weird executable name

eric.araujo python-checkins at python.org
Wed Apr 27 16:38:24 CEST 2011


http://hg.python.org/cpython/rev/6059e3b19249
changeset:   69611:6059e3b19249
branch:      3.1
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Apr 22 21:27:10 2011 +0200
summary:
  Fix weird executable name

files:
  Doc/distutils/examples.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
--- a/Doc/distutils/examples.rst
+++ b/Doc/distutils/examples.rst
@@ -280,7 +280,7 @@
 Where the long description is broken, ``check`` will be able to detect it
 by using the :mod:`docutils` parser::
 
-    $ pythontrunk setup.py check --restructuredtext
+    $ python setup.py check --restructuredtext
     running check
     warning: check: Title underline too short. (line 2)
     warning: check: Could not finish the parsing.

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


More information about the Python-checkins mailing list