mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
Fix weird executable name
This commit is contained in:
parent
de579d4359
commit
2b9388a033
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
Where the long description is broken, ``check`` will be able to detect it
|
||||||
by using the :mod:`docutils` parser::
|
by using the :mod:`docutils` parser::
|
||||||
|
|
||||||
$ pythontrunk setup.py check --restructuredtext
|
$ python setup.py check --restructuredtext
|
||||||
running check
|
running check
|
||||||
warning: check: Title underline too short. (line 2)
|
warning: check: Title underline too short. (line 2)
|
||||||
warning: check: Could not finish the parsing.
|
warning: check: Could not finish the parsing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue