Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 346aabf

Browse files
author
oda-gitso
authored
Fix incorrect directive in multiprocessing module documentation (GH-93517)
1 parent 2a9c227 commit 346aabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ their parent process exits. The manager classes are defined in the
17061706
shutdown times out, the process is terminated. If terminating the process
17071707
also times out, the process is killed.
17081708

1709-
.. versionchanged: 3.11
1709+
.. versionchanged:: 3.11
17101710
Added the *shutdown_timeout* parameter.
17111711

17121712
.. method:: start([initializer[, initargs]])

0 commit comments

Comments
 (0)