Skip to content

Commit 8a9ae53

Browse files
aisksharktide
andauthored
Update Doc/library/multiprocessing.rst
Co-authored-by: R Chintan Meher <[email protected]>
1 parent c85562f commit 8a9ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ Global start method
519519
Python supports several ways to create and initialize a process. The global start method sets the default mechanism for creating a process.
520520

521521
Several 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,
523523
if it hasn’t been set already. The global start method can only be set once. If you need to change the
524524
start method from the system default, you must proactively set the global start method
525525
before calling functions or methods, or creating these objects.

0 commit comments

Comments
 (0)