This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arioa
Recipients arioa, docs@python
Date 2020-11-19.13:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605793062.09.0.99488545769.issue42407@roundup.psfhosted.org>
In-reply-to
Content
From the multiprocessing docs: https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods

> The child process will only inherit those resources necessary to run the process objects run() method.

Is grammatically incorrect - the run() method belongs to the process object, and so a possessive appostrophe should be employed instead:


> The child process will only inherit those resources necessary to run the process object's run() method.

For more information about possessive appostrophes, see here: https://www.thepunctuationguide.com/apostrophe.html#possessives
History
Date User Action Args
2020-11-19 13:37:42arioasetrecipients: + arioa, docs@python
2020-11-19 13:37:42arioasetmessageid: <1605793062.09.0.99488545769.issue42407@roundup.psfhosted.org>
2020-11-19 13:37:42arioalinkissue42407 messages
2020-11-19 13:37:42arioacreate