Skip to content

Commit 6edf06b

Browse files
authored
bpo-42407: Use possessive appostrophe in multiprocessing doc (pythonGH-23400)
1 parent 9f02b47 commit 6edf06b

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
@@ -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)