summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaglis Jonaitis <827324+naglis@users.noreply.github.com>2024-02-19 18:19:14 (GMT)
committerGitHub <noreply@github.com>2024-02-19 18:19:14 (GMT)
commit57d31ec3598429789492e0b3544efaaffca5799f (patch)
tree3f52d1de251d163b6d0b51b264e93872c36ef72e
parent8f602981ba95273f036968cfc5ac28fdcd1808fa (diff)
downloadcpython-57d31ec3598429789492e0b3544efaaffca5799f.zip
cpython-57d31ec3598429789492e0b3544efaaffca5799f.tar.gz
cpython-57d31ec3598429789492e0b3544efaaffca5799f.tar.bz2
Fix typo in multiprocessing docs (#115650)
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index d88c25e..0b87de4 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -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