Skip to content

Commit affcf29

Browse files
committed
Branch merge
2 parents 88701e2 + 5864b9f commit affcf29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Modules/_threadmodule.c

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

10921092
PyDoc_STRVAR(exit_doc,
10931093
"exit()\n\
1094-
(PyThread_exit_thread() is an obsolete synonym)\n\
1094+
(exit_thread() is an obsolete synonym)\n\
10951095
\n\
10961096
This is synonymous to ``raise SystemExit''. It will cause the current\n\
10971097
thread to exit silently unless the exception is caught.");

0 commit comments

Comments
 (0)