From: kato8966 <66937409+kato8966@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:05:29 +0000 (+0900) Subject: Fix typo in multiprocessing docs (#108666) X-Git-Tag: v3.13.0a1~695 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38ab0dba801884b0963ef0daa95e94e120a2b524;p=thirdparty%2FPython%2Fcpython.git Fix typo in multiprocessing docs (#108666) --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 2efc08f130af..38d24a860729 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2988,7 +2988,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