Skip to content

Commit a62a4fe

Browse files
committed
Fix line-break
1 parent 8a9ae53 commit a62a4fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Doc/library/multiprocessing.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -516,13 +516,15 @@ The :mod:`multiprocessing` package mostly replicates the API of the
516516
Global 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

521522
Several multiprocessing functions and methods that may also instantiate
522523
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.
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

0 commit comments

Comments
 (0)