Commit 346d8609 authored by Éric Araujo's avatar Éric Araujo

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

parent f2f8503b
...@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods. ...@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods.
.. module:: distutils.command.bdist_msi .. module:: distutils.command.bdist_msi
:synopsis: Build a binary distribution as a Windows MSI file :synopsis: Build a binary distribution as a Windows MSI file
.. class:: bdist_msi(Command) .. class:: bdist_msi
Builds a `Windows Installer`_ (.msi) binary package. Builds a `Windows Installer`_ (.msi) binary package.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment