File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ Global start method
519519Python supports several ways to create and initialize a process. The global start method sets the default mechanism for creating a process.
520520
521521Several multiprocessing functions and methods that may also instantiate
522- certain objects will implicitly set the global start method to the system's default,
522+ certain objects will implicitly set the global start method to the system's default,
523523if it hasn’t been set already. The global start method can only be set once. If you need to change the
524524start method from the system default, you must proactively set the global start method
525525before calling functions or methods, or creating these objects.
You can’t perform that action at this time.
0 commit comments