]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 30 Aug 2023 13:21:32 +0000 (06:21 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2023 13:21:32 +0000 (15:21 +0200)
Fix typo in multiprocessing docs (GH-108666)
(cherry picked from commit 38ab0dba801884b0963ef0daa95e94e120a2b524)

Co-authored-by: kato8966 <66937409+kato8966@users.noreply.github.com>
Doc/library/multiprocessing.rst

index 2efc08f130af3246d536d529b72a13a914a3a6c0..38d24a86072970dbc591df5549ef7a5a3bdcb767 100644 (file)
@@ -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