summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/examples.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-04-22 19:27:10 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-04-22 19:27:10 (GMT)
commit2b9388a03325fa4452a8cb3b9df8a7fbb7302b87 (patch)
tree23338fa6bc639a434c8cf7f266b8a476c5bd3c77 /Doc/distutils/examples.rst
parentde579d4359e0088feb36bb4be080c2ab36cd9365 (diff)
downloadcpython-2b9388a03325fa4452a8cb3b9df8a7fbb7302b87.zip
cpython-2b9388a03325fa4452a8cb3b9df8a7fbb7302b87.tar.gz
cpython-2b9388a03325fa4452a8cb3b9df8a7fbb7302b87.tar.bz2
Fix weird executable name
Diffstat (limited to 'Doc/distutils/examples.rst')
-rw-r--r--Doc/distutils/examples.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst
index 6c27738..e8d1ec9 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.