mirror of https://github.com/python/cpython.git
Fix incorrect directive in multiprocessing module documentation (GH-93517)
(cherry picked from commit 346aabf916
)
Co-authored-by: oda-gitso <105083118+oda-gitso@users.noreply.github.com>
This commit is contained in:
parent
6a3b6c2cee
commit
791c3fd2c9
|
@ -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]])
|
||||
|
|
Loading…
Reference in New Issue