]> granicus.if.org Git - python/commitdiff
Fix markup: arguments in a class directive are __init__ arguments, not base classes
authorÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 19:50:22 +0000 (21:50 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 19:50:22 +0000 (21:50 +0200)
Doc/distutils/apiref.rst

index 3990c0756dd7dd1b9b9033add85121d7d9a3f9f4..28af893648ba9eef400ad48f64adea34b0dff1d7 100644 (file)
@@ -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.