File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments