8000 [3.12] Fix typo in multiprocessing docs (GH-115650) (#115679) · python/cpython@db145c7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit db145c7

Browse files
[3.12] Fix typo in multiprocessing docs (GH-115650) (#115679)
(cherry picked from commit 57d31ec) Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com>
1 parent cffb4c7 commit db145c7

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
< 4BEC td data-grid-cell-id="diff-2cf07acf4f2d547e93e35c6a4ba2ee818e991b54e88da4a904ee0a49acb99eb3-2971-2971-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">
Original file line numberDiff line numberDiff line change
@@ -2968,7 +2968,7 @@ Beware of replacing :data:`sys.stdin` with a "file like object"
29682968
The *spawn* and *forkserver* start methods
29692969
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29702970

2971-
There are a few extra restriction which don't apply to the *fork*
2971+
There are a few extra restrictions which don't apply to the *fork*
29722972
start method.
29732973

29742974
More picklability

0 commit comments

Comments
 (0)
0