[Python-checkins] Grammar fix (GH-9318)

Yury Selivanov webhook-mailer at python.org
Fri Sep 14 17:37:51 EDT 2018


https://github.com/python/cpython/commit/5acccfaf680ae737bcd8b09f3a85719e3e904ef2
commit: 5acccfaf680ae737bcd8b09f3a85719e3e904ef2
branch: master
author: Grant <grantrobertsmith at gmail.com>
committer: Yury Selivanov <yury at magic.io>
date: 2018-09-14T14:37:48-07:00
summary:

Grammar fix (GH-9318)

files:
M Doc/library/asyncio-dev.rst

diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst
index e4986ba5eb26..87abe92c2944 100644
--- a/Doc/library/asyncio-dev.rst
+++ b/Doc/library/asyncio-dev.rst
@@ -407,7 +407,7 @@ traceback where the task was created. Example of log in debug mode:
 Close transports and event loops
 --------------------------------
 
-When a transport is no more needed, call its ``close()`` method to release
+When a transport is no longer needed, call its ``close()`` method to release
 resources. Event loops must also be closed explicitly.
 
 If a transport or an event loop is not closed explicitly, a



More information about the Python-checkins mailing list