]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix incorrect directive in multiprocessing module documentation (GH-93517)
authoroda-gitso <105083118+oda-gitso@users.noreply.github.com>
Fri, 22 Jul 2022 16:46:42 +0000 (23:46 +0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 16:46:42 +0000 (11:46 -0500)
Doc/library/multiprocessing.rst

index a8e35bc084747237b4f411108dab032ffff75379..3eb98791726de1598bd6bb2040e2be792363d23f 100644 (file)
@@ -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]])