mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix incorrect directive in multiprocessing module documentation (GH-93517)
This commit is contained in:
parent
2a9c227ac1
commit
346aabf916
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