mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Grammar fix (GH-9318)
This commit is contained in:
parent
5903296045
commit
5acccfaf68
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue