mirror of
https://github.com/python/cpython.git
synced 2025-08-20 00:32:12 +00:00
[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:
parent
ecabf1e19f
commit
2e60d58fff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue