Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e580da

Browse files
committed
Issue #24947: Fix grammar in asyncio doc
Patch by tagatac
1 parent 8e92967 commit 5e580da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Base Event Loop
66
===============
77

88
The event loop is the central execution device provided by :mod:`asyncio`.
9-
It provides multiple facilities, amongst which:
9+
It provides multiple facilities, including:
1010

1111
* Registering, executing and cancelling delayed calls (timeouts).
1212

0 commit comments

Comments
 (0)