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@python components: Documentation messages: 223673 nosy: Aaron1011, docs@python priority: normal severity: normal status: open title: Poor grammar in asyncio TCP echo client example _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22037> _______________________________________