Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b9388a

Browse files
committed
Fix weird executable name
1 parent de579d4 commit 2b9388a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/distutils/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For example, if the :file:`setup.py` script is changed like this::
280280
Where the long description is broken, ``check`` will be able to detect it
281281
by using the :mod:`docutils` parser::
282282

283-
$ pythontrunk setup.py check --restructuredtext
283+
$ python setup.py check --restructuredtext
284284
running check
285285
warning: check: Title underline too short. (line 2)
286286
warning: check: Could not finish the parsing.

0 commit comments

Comments
 (0)