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.

classification
Title: grammar in forkserver docs
Type: Stage: resolved
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, elazar, python-dev, sbt
Priority: normal Keywords:

Created on 2013-10-08 22:33 by elazar, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg199269 - (view) Author: Elazar Gershuni (elazar) * Date: 2013-10-08 22:33
in http://docs.python.org/3.4/library/multiprocessing.html#start-methods
for `forkserver`:
"whenever a new process is need the parent process connects to the server and requests that it fork a new process."

replace "need " with "needed, ".
msg199298 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-09 13:51
New changeset c0f3d18d79fd by Georg Brandl in branch 'default':
Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Gershuni.
http://hg.python.org/cpython/rev/c0f3d18d79fd
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63399
2013-10-09 13:51:14python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg199298

resolution: fixed
stage: resolved
2013-10-09 02:23:40berker.peksagsetnosy: + sbt
2013-10-08 22:33:38elazarcreate