Skip to content

Commit

Permalink
Fix typo in multiprocessing docs (python#108666)
Browse files Browse the repository at this point in the history
  • Loading branch information
kato8966 authored Aug 30, 2023
1 parent 6c484c3 commit 38ab0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38ab0db

Please sign in to comment.