[issue22037] Poor grammar in asyncio TCP echo client example
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> _______________________________________
Andrew Svetlov added the comment: Fixed in d19c58e13ac9 Thanks ---------- nosy: +asvetlov resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4, Python 3.5 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22037> _______________________________________
STINNER Victor added the comment: Thanks for the patch Aaron. I wrote the documentation and I'm not a native english speaker. Please don't hesitate to report other grammar issues like that. You may group all of them in a single issue. ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue22037> _______________________________________
participants (3)
-
Aaron Hill
-
Andrew Svetlov
-
STINNER Victor