mirror of
https://github.com/python/cpython.git
synced 2025-10-28 09:10:36 +00:00
Fix typo in multiprocessing docs (#108666)
This commit is contained in:
parent
6c484c39be
commit
38ab0dba80
1 changed files with 1 additions and 1 deletions
|
|
@ -2988,7 +2988,7 @@ Global variables
|
||||||
Safe importing of main module
|
Safe importing of main module
|
||||||
|
|
||||||
Make sure that the main module can be safely imported by a new Python
|
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).
|
process).
|
||||||
|
|
||||||
For example, using the *spawn* or *forkserver* start method
|
For example, using the *spawn* or *forkserver* start method
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue