summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index a8e35bc..3eb9879 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]])