Fix markup: arguments in a class directive are __init__ arguments, not base classes

This commit is contained in:
Éric Araujo 2011-05-31 21:50:22 +02:00
parent f2f8503b65
commit 346d8609a1
1 changed files with 1 additions and 1 deletions

View 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.