]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix weird executable name
authorÉric Araujo <merwok@netwok.org>
Fri, 22 Apr 2011 19:27:10 +0000 (21:27 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 22 Apr 2011 19:27:10 +0000 (21:27 +0200)
Doc/distutils/examples.rst

index 6c2773874cd21a7906a62266f23cff667aa1fca3..e8d1ec9937436529171e4deaead6a17f73444888 100644 (file)
@@ -280,7 +280,7 @@ For example, if the :file:`setup.py` script is changed like this::
 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.