From: Éric Araujo Date: Tue, 31 May 2011 19:50:22 +0000 (+0200) Subject: Fix markup: arguments in a class directive are __init__ arguments, not base classes X-Git-Tag: v2.7.3rc1~710^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=346d8609a1002eaefbcd7eb73d22beaad36e2a04;p=thirdparty%2FPython%2Fcpython.git 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 3990c0756dd7..28af893648ba 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.