mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix errors found by "make suspicious".
This commit is contained in:
parent
fa4f7f97b8
commit
682d7e0e07
14 changed files with 30 additions and 28 deletions
|
@ -1845,7 +1845,7 @@ This module supplies the abstract base class :class:`Command`.
|
|||
|
||||
to your setup.py, and later::
|
||||
|
||||
cmdclass = {'build_py':build_py}
|
||||
cmdclass = {'build_py': build_py}
|
||||
|
||||
to the invocation of setup().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue