Issue 42407: Grammatical typo in multiprocessing doc
Created on 2020-11-19 13:37 by arioa, last changed 2020-11-21 04:14 by terry.reedy. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 23400 | merged | arioa, 2020-11-19 13:37 | |
| PR 23433 | merged | miss-islington, 2020-11-21 02:38 | |
| PR 23434 | merged | miss-islington, 2020-11-21 02:38 | |
| Messages (4) | |||
|---|---|---|---|
| msg381412 - (view) | Author: Ario Aliabadi (arioa) * | Date: 2020-11-19 13:37 | |
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 |
|||
| msg381518 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2020-11-21 02:38 | |
New changeset 6edf06b24a9335a2b0d44634a95e4f5ba0d586d9 by ArioA in branch 'master': bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) https://github.com/python/cpython/commit/6edf06b24a9335a2b0d44634a95e4f5ba0d586d9 |
|||
| msg381519 - (view) | Author: miss-islington (miss-islington) | Date: 2020-11-21 02:47 | |
New changeset 0762e09eb14269b38f60e1b58d2c7f36056a4694 by Miss Islington (bot) in branch '3.8': bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) https://github.com/python/cpython/commit/0762e09eb14269b38f60e1b58d2c7f36056a4694 |
|||
| msg381520 - (view) | Author: miss-islington (miss-islington) | Date: 2020-11-21 03:01 | |
New changeset c963da269d3778b65a64ff1bd91f8772c210f305 by Miss Islington (bot) in branch '3.9': bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) https://github.com/python/cpython/commit/c963da269d3778b65a64ff1bd91f8772c210f305 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-21 04:14:31 | terry.reedy | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-11-21 03:01:15 | miss-islington | set | messages: + msg381520 |
| 2020-11-21 02:47:24 | miss-islington | set | messages: + msg381519 |
| 2020-11-21 02:38:23 | miss-islington | set | pull_requests: + pull_request22326 |
| 2020-11-21 02:38:16 | miss-islington | set | keywords:
+ patch nosy: + miss-islington pull_requests:
+ pull_request22325 |
| 2020-11-21 02:38:02 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg381518 |
| 2020-11-19 14:39:33 | iritkatriel | set | versions: + Python 3.8, Python 3.9, Python 3.10 |
| 2020-11-19 13:37:42 | arioa | create | |
