Skip to content

Commit f10ce9f

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

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
@@ -2938,7 +2938,7 @@ Beware of replacing :data:`sys.stdin` with a "file like object"
29382938
The *spawn* and *forkserver* start methods
29392939
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29402940

2941-
There are a few extra restriction which don't apply to the *fork*
2941+
There are a few extra restrictions which don't apply to the *fork*
29422942
start method.
29432943

29442944
More picklability

0 commit comments

Comments
 (0)