Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5864b9f

Browse files
committed
Fix markup: arguments in a class directive are __init__ arguments, not base classes
1 parent 9bcf8bf commit 5864b9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ Subclasses of :class:`Command` must define the following methods.
18141814
.. module:: distutils.command.bdist_msi
18151815
:synopsis: Build a binary distribution as a Windows MSI file
18161816

1817-
.. class:: bdist_msi(Command)
1817+
.. class:: bdist_msi
18181818

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

@@ -1893,9 +1893,9 @@ Subclasses of :class:`Command` must define the following methods.
18931893
:synopsis: Build the .py/.pyc files of a package
18941894

18951895

1896-
.. class:: build_py(Command)
1896+
.. class:: build_py
18971897

1898-
.. class:: build_py_2to3(build_py)
1898+
.. class:: build_py_2to3
18991899

19001900
Alternative implementation of build_py which also runs the
19011901
2to3 conversion library on each .py file that is going to be

0 commit comments

Comments
 (0)