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:
Miss Islington (bot) 2022-07-22 09:57:07 -07:00 committed by GitHub
parent 6a3b6c2cee
commit 791c3fd2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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