[issue24947] asyncio-eventloop documentation grammar (minor)

2015-08-27 Thread Zachary Ware
Zachary Ware added the comment: Fixed, thanks for the report and patch! -- nosy: +zach.ware versions: +Python 3.4, Python 3.5, Python 3.6 ___ Python tracker ___ _

[issue24947] asyncio-eventloop documentation grammar (minor)

2015-08-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf15066861fc by Zachary Ware in branch '3.4': Issue #24947: Fix grammar in asyncio doc https://hg.python.org/cpython/rev/cf15066861fc New changeset 563d6f9fecfe by Zachary Ware in branch '3.5': Issue #24947: Merge 3.4 https://hg.python.org/cpython/r

[issue24947] asyncio-eventloop documentation grammar (minor)

2015-08-27 Thread tagatac
New submission from tagatac: "amongst which" in the Base Event Loop subsection of the docs does not really describe a list of facilities. "amongst which are" would be better, but "including" conveys the same thing more succinctly. https://docs.python.org/3/library/asyncio-eventloop.html --