Fix errors found by "make suspicious".

This commit is contained in:
Georg Brandl 2010-10-06 10:26:05 +00:00
parent fa4f7f97b8
commit 682d7e0e07
14 changed files with 30 additions and 28 deletions

View file

@ -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().