Issue 19200: grammar in forkserver docs (original) (raw)

Issue19200

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:51 admin set github: 63399
2013-10-09 13:51:14 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2013-10-09 02:23:40 berker.peksag set nosy: + sbt
2013-10-08 22:33:38 elazar create