diff options
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) |
commit | 346d8609a1002eaefbcd7eb73d22beaad36e2a04 (patch) | |
tree | 55d7b5308bf88085eb68ae862301891e98a83a5e /Doc | |
parent | f2f8503b6574e312783bdc3a16c61b39206518a0 (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
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. |