diff options
| author | Éric Araujo <merwok@netwok.org> | 2011-04-22 21:27:10 +0200 |
|---|---|---|
| committer | Éric Araujo <merwok@netwok.org> | 2011-04-22 21:27:10 +0200 |
| commit | 2676ec3e2bc9caf8bb57b47d989f271e55a1cee6 (patch) | |
| tree | f76f61f6e7a0e2f33e5a1ad61d08284fbcfaf548 | |
| parent | 8d1940b65031d971aae76b691e39e68610de64ed (diff) | |
| download | cpython-2676ec3e2bc9caf8bb57b47d989f271e55a1cee6.tar.gz | |
Fix weird executable name
| -rw-r--r-- | Doc/distutils/examples.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 6c2773874c..e8d1ec9937 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. |
