[issue22037] Poor grammar in asyncio TCP echo client example

Aaron Hill report at bugs.python.org
Tue Jul 22 18:51:51 CEST 2014


New submission from Aaron Hill:

The last sentence in the explanation of the TCP echo client currently reads: 

"At run_until_complete() exit, the loop is no more running, so there is no need to stop the loop in case of an error".

The grammar should be improved to something like "...the loop is no longer running", or "...the loop has stopped running"

The current documentation can be found here: https://docs.python.org/3/library/asyncio-protocol.html#echo-client

----------
assignee: docs at python
components: Documentation
messages: 223673
nosy: Aaron1011, docs at python
priority: normal
severity: normal
status: open
title: Poor grammar in asyncio TCP echo client example

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22037>
_______________________________________


More information about the Python-bugs-list mailing list