Skip to content

Commit 38ab0db

Browse files
authored
Fix typo in multiprocessing docs (#108666)
1 parent 6c484c3 commit 38ab0db

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
@@ -2988,7 +2988,7 @@ Global variables
29882988
Safe importing of main module
29892989

29902990
Make sure that the main module can be safely imported by a new Python
2991-
interpreter without causing unintended side effects (such a starting a new
2991+
interpreter without causing unintended side effects (such as starting a new
29922992
process).
29932993

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

0 commit comments

Comments
 (0)