From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:25:59 +0000 (+0100) Subject: [3.11] Fix typo in multiprocessing docs (GH-115650) (#115680) X-Git-Tag: v3.11.9~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10ce9feded95e43488457534b44a3631360b9c4;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix typo in multiprocessing docs (GH-115650) (#115680) (cherry picked from commit 57d31ec3598429789492e0b3544efaaffca5799f) Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com> --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 3410e37e3abe..21e69b24faed 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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