From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:17:23 +0000 (-0700) Subject: [3.11] Fix typo in multiprocessing docs (GH-108666) (#108676) X-Git-Tag: v3.11.6~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d06aaff19d3a5a3953f769aedc489048761e9399;p=thirdparty%2FPython%2Fcpython.git [3.11] Fix typo in multiprocessing docs (GH-108666) (#108676) Fix typo in multiprocessing docs (GH-108666) (cherry picked from commit 38ab0dba801884b0963ef0daa95e94e120a2b524) Co-authored-by: kato8966 <66937409+kato8966@users.noreply.github.com> --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 6cbbcbf1b804..236b408499e2 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2963,7 +2963,7 @@ Global variables Safe importing of main module Make sure that the main module can be safely imported by a new Python - interpreter without causing unintended side effects (such a starting a new + interpreter without causing unintended side effects (such as starting a new process). For example, using the *spawn* or *forkserver* start method