mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue