Skip to content

Commit

Permalink
Fix typo in multiprocessing docs (pythonGH-108666)
Browse files Browse the repository at this point in the history
(cherry picked from commit 38ab0db)

Co-authored-by: kato8966 <66937409+kato8966@users.noreply.github.com>
  • Loading branch information
kato8966 authored and miss-islington committed Aug 30, 2023
1 parent 5a6d123 commit 110cb67
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 @@ -2963,7 +2963,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 110cb67

Please sign in to comment.