We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdc21fb + 346d860 commit 2845365Copy full SHA for 2845365
2 files changed
Doc/distutils/apiref.rst
@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods.
1815
.. module:: distutils.command.bdist_msi
1816
:synopsis: Build a binary distribution as a Windows MSI file
1817
1818
-.. class:: bdist_msi(Command)
+.. class:: bdist_msi
1819
1820
Builds a `Windows Installer`_ (.msi) binary package.
1821
Modules/threadmodule.c
@@ -715,7 +715,7 @@ thread_PyThread_exit_thread(PyObject *self)
715
716
PyDoc_STRVAR(exit_doc,
717
"exit()\n\
718
-(PyThread_exit_thread() is an obsolete synonym)\n\
+(exit_thread() is an obsolete synonym)\n\
719
\n\
720
This is synonymous to ``raise SystemExit''. It will cause the current\n\
721
thread to exit silently unless the exception is caught.");
0 commit comments