File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -516,13 +516,15 @@ The :mod:`multiprocessing` package mostly replicates the API of the
516516Global start method
517517^^^^^^^^^^^^^^^^^^^
518518
519- Python supports several ways to create and initialize a process. The global start method sets the default mechanism for creating a process.
519+ Python supports several ways to create and initialize a process.
520+ The global start method sets the default mechanism for creating a process.
520521
521522Several multiprocessing functions and methods that may also instantiate
522523certain 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.
524+ if it hasn’t been set already. The global start method can only be set once.
525+ If you need to change the start method from the system default, you must
526+ proactively set the global start method before calling functions or methods,
527+ or creating these objects.
526528
527529
528530:class: `Process ` and exceptions
You can’t perform that action at this time.
0 commit comments