We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3763cc1 commit c963da2Copy full SHA for c963da2
Doc/library/multiprocessing.rst
@@ -98,7 +98,7 @@ to start a process. These *start methods* are
98
*spawn*
99
The parent process starts a fresh python interpreter process. The
100
child process will only inherit those resources necessary to run
101
- the process objects :meth:`~Process.run` method. In particular,
+ the process object's :meth:`~Process.run` method. In particular,
102
unnecessary file descriptors and handles from the parent process
103
will not be inherited. Starting a process using this method is
104
rather slow compared to using *fork* or *forkserver*.
0 commit comments