[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)

Fix typo in multiprocessing docs (GH-108666)
(cherry picked from commit 38ab0dba80)

Co-authored-by: kato8966 <66937409+kato8966@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-08-30 06:21:32 -07:00 committed by GitHub
parent ecabf1e19f
commit 2e60d58fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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