Skip to content

Commit 5acccfa

Browse files
grantrobertsmith1st1
authored andcommitted
Grammar fix (GH-9318)
1 parent 5903296 commit 5acccfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ traceback where the task was created. Example of log in debug mode:
407407
Close transports and event loops
408408
--------------------------------
409409

410-
When a transport is no more needed, call its ``close()`` method to release
410+
When a transport is no longer needed, call its ``close()`` method to release
411411
resources. Event loops must also be closed explicitly.
412412

413413
If a transport or an event loop is not closed explicitly, a

0 commit comments

Comments
 (0)