Skip to content

Commit c963da2

Browse files
bpo-42407: Use possessive appostrophe in multiprocessing doc (pythonGH-23400)
(cherry picked from commit 6edf06b) Co-authored-by: ArioA <ArioA@users.noreply.github.com>
1 parent 3763cc1 commit c963da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/multiprocessing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ to start a process. These *start methods* are
9898
*spawn*
9999
The parent process starts a fresh python interpreter process. The
100100
child process will only inherit those resources necessary to run
101-
the process objects :meth:`~Process.run` method. In particular,
101+
the process object's :meth:`~Process.run` method. In particular,
102102
unnecessary file descriptors and handles from the parent process
103103
will not be inherited. Starting a process using this method is
104104
rather slow compared to using *fork* or *forkserver*.

0 commit comments

Comments
 (0)