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 c85562f commit 8a9ae53Copy full SHA for 8a9ae53
1 file changed
Doc/library/multiprocessing.rst
@@ -519,7 +519,7 @@ Global start method
519
Python supports several ways to create and initialize a process. The global start method sets the default mechanism for creating a process.
520
521
Several multiprocessing functions and methods that may also instantiate
522
-certain objects will implicitly set the global start method to the system's default,
+certain objects will implicitly set the global start method to the system's default,
523
if it hasn’t been set already. The global start method can only be set once. If you need to change the
524
start method from the system default, you must proactively set the global start method
525
before calling functions or methods, or creating these objects.
0 commit comments