Skip to content

Commit 346d860

Browse files
committed
Fix markup: arguments in a class directive are __init__ arguments, not base classes
1 parent f2f8503 commit 346d860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/distutils/apiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods.
18151815
.. module:: distutils.command.bdist_msi
18161816
:synopsis: Build a binary distribution as a Windows MSI file
18171817

1818-
.. class:: bdist_msi(Command)
1818+
.. class:: bdist_msi
18191819

18201820
Builds a `Windows Installer`_ (.msi) binary package.
18211821

0 commit comments

Comments
 (0)