8000 Fix incorrect directive in multiprocessing module documentation (GH-9… · python/cpython@346aabf · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 346aabf

Browse files
author
oda-gitso
authored
Fix incorrect directive in multiprocessing module documentation (GH-93517)
1 parent 2a9c227 commit 346aabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ their parent process exits. The manager classes are defined in the
17061706
shutdown times out, the process is terminated. If terminating the process
17071707
also times out, the process is killed.
17081708

1709-
.. versionchanged: 3.11
1709+
.. versionchanged:: 3.11
17101710
Added the *shutdown_timeout* parameter.
17111711

17121712
.. method:: start([initializer[, initargs]])

0 commit comments

Comments
 (0)
0