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 Faris Chugthai
Recipients Faris Chugthai, asvetlov, docs@python, yselivanov
Date 2020-07-07.03:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594092816.12.0.525496493671.issue41227@roundup.psfhosted.org>
In-reply-to
Content
The penultimate sentence in asyncio transport.

> The subprocess is created by th loop.subprocess_exec() method:

Should be `created by the`.

The sentence can be seen here:

https://docs.python.org/3.10/library/asyncio-protocol.html?highlight=call_soon#loop-subprocess-exec-and-subprocessprotocol
History
Date User Action Args
2020-07-07 03:33:36Faris Chugthaisetrecipients: + Faris Chugthai, asvetlov, docs@python, yselivanov
2020-07-07 03:33:36Faris Chugthaisetmessageid: <1594092816.12.0.525496493671.issue41227@roundup.psfhosted.org>
2020-07-07 03:33:36Faris Chugthailinkissue41227 messages
2020-07-07 03:33:35Faris Chugthaicreate