commit | 346d8609a1002eaefbcd7eb73d22beaad36e2a04 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue May 31 21:50:22 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue May 31 21:50:22 2011 +0200 |
tree | 55d7b5308bf88085eb68ae862301891e98a83a5e | |
parent | f2f8503b6574e312783bdc3a16c61b39206518a0 [diff] [blame] |
Fix markup: arguments in a class directive are __init__ arguments, not base classes
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 @@ .. 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.