Thanks to visit codestin.com Credit goes to github.com
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 594c369 commit 62bb7a3Copy full SHA for 62bb7a3
1 file changed
Doc/library/multiprocessing.rst
@@ -96,7 +96,7 @@ Depending on the platform, :mod:`multiprocessing` supports three ways
96
to start a process. These *start methods* are
97
98
*spawn*
99
- The parent process starts a fresh python interpreter process. The
+ The parent process starts a fresh Python interpreter process. The
100
child process will only inherit those resources necessary to run
101
the process object's :meth:`~Process.run` method. In particular,
102
unnecessary file descriptors and handles from the parent process
0 commit comments