mirror of https://github.com/python/cpython
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
This commit is contained in:
parent
9f02b479e6
commit
6edf06b24a
|
@ -98,7 +98,7 @@ to start a process. These *start methods* are
|
||||||
*spawn*
|
*spawn*
|
||||||
The parent process starts a fresh python interpreter process. The
|
The parent process starts a fresh python interpreter process. The
|
||||||
child process will only inherit those resources necessary to run
|
child process will only inherit those resources necessary to run
|
||||||
the process objects :meth:`~Process.run` method. In particular,
|
the process object's :meth:`~Process.run` method. In particular,
|
||||||
unnecessary file descriptors and handles from the parent process
|
unnecessary file descriptors and handles from the parent process
|
||||||
will not be inherited. Starting a process using this method is
|
will not be inherited. Starting a process using this method is
|
||||||
rather slow compared to using *fork* or *forkserver*.
|
rather slow compared to using *fork* or *forkserver*.
|
||||||
|
|
Loading…
Reference in New Issue