Fix incorrect directive in multiprocessing module documentation (GH-93517)

This commit is contained in:
oda-gitso 2022-07-22 23:46:42 +07:00 committed by GitHub
parent 2a9c227ac1
commit 346aabf916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]])