]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in multiprocessing docs (#115650)
authorNaglis Jonaitis <827324+naglis@users.noreply.github.com>
Mon, 19 Feb 2024 18:19:14 +0000 (20:19 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 18:19:14 +0000 (18:19 +0000)
Doc/library/multiprocessing.rst

index d88c25ef4de506c15824fd28c83d58b6843f97ef..0b87de4c61e6aa2d1d0200ae32607a669456a9d3 100644 (file)
@@ -2978,7 +2978,7 @@ Beware of replacing :data:`sys.stdin` with a "file like object"
 The *spawn* and *forkserver* start methods
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-There are a few extra restriction which don't apply to the *fork*
+There are a few extra restrictions which don't apply to the *fork*
 start method.
 
 More picklability