Thanks to visit codestin.com Credit goes to github.com
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 6c484c3 commit 38ab0dbCopy full SHA for 38ab0db
1 file changed
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