From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:57:07 +0000 (-0700) Subject: Fix incorrect directive in multiprocessing module documentation (GH-93517) X-Git-Tag: v3.11.0b5~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=791c3fd2c9cb0c02d9389fdf96016b2fcfb9c36c;p=thirdparty%2FPython%2Fcpython.git Fix incorrect directive in multiprocessing module documentation (GH-93517) (cherry picked from commit 346aabf916e8f6d9ea9fa9b9e21502faec92e502) Co-authored-by: oda-gitso <105083118+oda-gitso@users.noreply.github.com> --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index a8e35bc08474..3eb98791726d 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]])