File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
Original file line number Diff line number Diff line change @@ -1098,7 +1098,7 @@ thread_PyThread_exit_thread(PyObject *self)
10981098
10991099PyDoc_STRVAR (exit_doc ,
11001100"exit()\n\
1101- (PyThread_exit_thread () is an obsolete synonym)\n\
1101+ (exit_thread () is an obsolete synonym)\n\
11021102\n\
11031103This is synonymous to ``raise SystemExit''. It will cause the current\n\
11041104thread to exit silently unless the exception is caught." );
You can’t perform that action at this time.
0 commit comments