We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecabf1e commit 2e60d58Copy full SHA for 2e60d58
Doc/library/multiprocessing.rst
@@ -2988,7 +2988,7 @@ Global variables
2988
Safe importing of main module
2989
2990
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
+ interpreter without causing unintended side effects (such as starting a new
2992
process).
2993
2994
For example, using the *spawn* or *forkserver* start method
0 commit comments