]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typo in multiprocessing docs (GH-115650) (#115680)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Feb 2024 18:25:59 +0000 (19:25 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 18:25:59 +0000 (18:25 +0000)
(cherry picked from commit 57d31ec3598429789492e0b3544efaaffca5799f)

Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com>
Doc/library/multiprocessing.rst

index 3410e37e3abe1f23f3df338bbebfe76271dd29e7..21e69b24faedabdcf88c7df1f61e01b2cc2ec881 100644 (file)
@@ -2938,7 +2938,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