summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-31 19:50:38 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-31 19:50:38 (GMT)
commit5864b9fd3c5a227f73845b166e75fcbaf352a661 (patch)
tree37ef61c039cd7e0dd07ec25b42442282b80666dc /Doc
parent9bcf8bfb243f66b235a2758573051390a30b6cba (diff)
downloadcpython-5864b9fd3c5a227f73845b166e75fcbaf352a661.zip
cpython-5864b9fd3c5a227f73845b166e75fcbaf352a661.tar.gz
cpython-5864b9fd3c5a227f73845b166e75fcbaf352a661.tar.bz2
Fix markup: arguments in a class directive are __init__ arguments, not base classes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/distutils/apiref.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst
index dc5bcf2..1fb6f9e 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1814,7 +1814,7 @@ Subclasses of :class:`Command` must define the following methods.
.. module:: distutils.command.bdist_msi
:synopsis: Build a binary distribution as a Windows MSI file
-.. class:: bdist_msi(Command)
+.. class:: bdist_msi
Builds a `Windows Installer`_ (.msi) binary package.
@@ -1893,9 +1893,9 @@ Subclasses of :class:`Command` must define the following methods.
:synopsis: Build the .py/.pyc files of a package
-.. class:: build_py(Command)
+.. class:: build_py
-.. class:: build_py_2to3(build_py)
+.. class:: build_py_2to3
Alternative implementation of build_py which also runs the
2to3 conversion library on each .py file that is going to be