diff options
Diffstat (limited to 'Doc/library/asyncio-dev.rst')
-rw-r--r-- | Doc/library/asyncio-dev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-dev.rst b/Doc/library/asyncio-dev.rst index e4986ba..87abe92 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 |