[Python-checkins] Fix incorrect directive in multiprocessing module documentation (GH-93517)

zware webhook-mailer at python.org
Fri Jul 22 12:46:46 EDT 2022


https://github.com/python/cpython/commit/346aabf916e8f6d9ea9fa9b9e21502faec92e502
commit: 346aabf916e8f6d9ea9fa9b9e21502faec92e502
branch: main
author: oda-gitso <105083118+oda-gitso at users.noreply.github.com>
committer: zware <zachary.ware at gmail.com>
date: 2022-07-22T11:46:42-05:00
summary:

Fix incorrect directive in multiprocessing module documentation (GH-93517)

files:
M Doc/library/multiprocessing.rst

diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index a8e35bc084747..3eb98791726de 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -1706,7 +1706,7 @@ their parent process exits.  The manager classes are defined in the
    shutdown times out, the process is terminated. If terminating the process
    also times out, the process is killed.
 
-   .. versionchanged: 3.11
+   .. versionchanged:: 3.11
       Added the *shutdown_timeout* parameter.
 
    .. method:: start([initializer[, initargs]])



More information about the Python-checkins mailing list