Fix typo in multiprocessing docs (#108666)

This commit is contained in:
kato8966 2023-08-30 20:05:29 +09:00 committed by GitHub
parent 6c484c39be
commit 38ab0dba80
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