New submission from Ario Aliabadi <ario.aliab...@gmail.com>:

>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

----------
assignee: docs@python
components: Documentation
messages: 381412
nosy: arioa, docs@python
priority: normal
pull_requests: 22292
severity: normal
status: open
title: Grammatical typo in multiprocessing doc

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42407>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to