Skip to content

Commit d06aaff

Browse files
[3.11] Fix typo in multiprocessing docs (GH-108666) (#108676)
Fix typo in multiprocessing docs (GH-108666) (cherry picked from commit 38ab0db) Co-authored-by: kato8966 <[email protected]>
1 parent 5a6d123 commit d06aaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2963,7 +2963,7 @@ Global variables
29632963
Safe importing of main module
29642964

29652965
Make sure that the main module can be safely imported by a new Python
2966-
interpreter without causing unintended side effects (such a starting a new
2966+
interpreter without causing unintended side effects (such as starting a new
29672967
process).
29682968

29692969
For example, using the *spawn* or *forkserver* start method

0 commit comments

Comments
 (0)