Merged revisions 85274 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r85274 | georg.brandl | 2010-10-06 12:26:05 +0200 (Mi, 06 Okt 2010) | 1 line
Fix errors found by "make suspicious".
........
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index 2401da3..f76f72b 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1910,7 +1910,7 @@
to your setup.py, and later::
- cmdclass = {'build_py':build_py}
+ cmdclass = {'build_py': build_py}
to the invocation of setup().