summaryrefslogtreecommitdiffstats
path: root/Doc/distutils/apiref.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-05-31 19:50:22 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-05-31 19:50:22 (GMT)
commit346d8609a1002eaefbcd7eb73d22beaad36e2a04 (patch)
tree55d7b5308bf88085eb68ae862301891e98a83a5e /Doc/distutils/apiref.rst
parentf2f8503b6574e312783bdc3a16c61b39206518a0 (diff)
downloadcpython-346d8609a1002eaefbcd7eb73d22beaad36e2a04.zip
cpython-346d8609a1002eaefbcd7eb73d22beaad36e2a04.tar.gz
cpython-346d8609a1002eaefbcd7eb73d22beaad36e2a04.tar.bz2
Fix markup: arguments in a class directive are __init__ arguments, not base classes
Diffstat (limited to 'Doc/distutils/apiref.rst')
-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 3990c07..28af893 100644
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -1815,7 +1815,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.