Skip to content

Commit 2845365

Browse files
committed
Branch merge
2 parents bdc21fb + 346d860 commit 2845365

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods.
18151815
.. module:: distutils.command.bdist_msi
18161816
:synopsis: Build a binary distribution as a Windows MSI file
18171817

1818-
.. class:: bdist_msi(Command)
1818+
.. class:: bdist_msi
18191819

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

Modules/threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ thread_PyThread_exit_thread(PyObject *self)
715715

716716
PyDoc_STRVAR(exit_doc,
717717
"exit()\n\
718-
(PyThread_exit_thread() is an obsolete synonym)\n\
718+
(exit_thread() is an obsolete synonym)\n\
719719
\n\
720720
This is synonymous to ``raise SystemExit''. It will cause the current\n\
721721
thread to exit silently unless the exception is caught.");

0 commit comments

Comments
 (0)