From: Éric Araujo Date: Fri, 22 Apr 2011 19:27:10 +0000 (+0200) Subject: Fix weird executable name X-Git-Tag: v3.2.1b1~71^2~3^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b9388a03325fa4452a8cb3b9df8a7fbb7302b87;p=thirdparty%2FPython%2Fcpython.git Fix weird executable name --- diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 6c2773874cd2..e8d1ec993743 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -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.