summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-06 10:38:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-06 10:38:58 (GMT)
commitd098c3d94cd9bc74fa4d6f3a2752965e12860a03 (patch)
treeb62f15f6b3e28c65c8c11c0949f100cc70db5181 /Doc/distutils
parentc755e90288ba6cdb38f0fbcce297fd7fbe35cfe6 (diff)
downloadcpython-d098c3d94cd9bc74fa4d6f3a2752965e12860a03.zip
cpython-d098c3d94cd9bc74fa4d6f3a2752965e12860a03.tar.gz
cpython-d098c3d94cd9bc74fa4d6f3a2752965e12860a03.tar.bz2
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". ........
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/apiref.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ Subclasses of :class:`Command` must define the following methods.
to your setup.py, and later::
- cmdclass = {'build_py':build_py}
+ cmdclass = {'build_py': build_py}
to the invocation of setup().