Skip to content

Commit 6fa4060

Browse files
authored
[doc] Fix typo in asyncio Event Loop (GH-27377)
First Pull Request to cpython, so forgive me for any mistakes Automerge-Triggered-By: GH:Mariatta
1 parent 11749e2 commit 6fa4060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ an event loop:
5555

5656
.. deprecated:: 3.10
5757
Deprecation warning is emitted if there is no running event loop.
58-
If future Python releases this function will be an alias of
58+
In future Python releases, this function will be an alias of
5959
:func:`get_running_loop`.
6060

6161
.. function:: set_event_loop(loop)

0 commit comments

Comments
 (0)