Skip to content

Commit 57d31ec

Browse files
authored
Fix typo in multiprocessing docs (#115650)
1 parent 8f60298 commit 57d31ec

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

2981-
There are a few extra restriction which don't apply to the *fork*
2981+
There are a few extra restrictions which don't apply to the *fork*
29822982
start method.
29832983

29842984
More picklability

0 commit comments

Comments
 (0)