Browse Source

Grammar fix (GH-9318)

pull/9319/head
Grant 8 years ago
committed by Yury Selivanov
parent
commit
5acccfaf68
  1. 2
      Doc/library/asyncio-dev.rst

2
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

Loading…
Cancel
Save