]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar fix (GH-9318)
authorGrant <grantrobertsmith@gmail.com>
Fri, 14 Sep 2018 21:37:48 +0000 (14:37 -0700)
committerYury Selivanov <yury@magic.io>
Fri, 14 Sep 2018 21:37:48 +0000 (14:37 -0700)
Doc/library/asyncio-dev.rst

index e4986ba5eb265763c901907b2eba8e2c4cd34c4e..87abe92c29448d130c410d012d5a8fc3c722e3c3 100644 (file)
@@ -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