Skip to content

Commit

Permalink
Merge pull request #13682 from graingert/patch-1
Browse files Browse the repository at this point in the history
fix get_event_loop typo
  • Loading branch information
MrMino authored May 25, 2022
2 parents 1893a8f + 2a80ede commit 2d7bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/interactive/autoawait.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ On top of the above there are significant modification to the AST of
significant overhead to this kind of code.

By default the generated coroutine function will be consumed by Asyncio's
``loop_runner = asyncio.get_evenloop().run_until_complete()`` method if
``loop_runner = asyncio.get_event_loop().run_until_complete()`` method if
``async`` mode is deemed necessary, otherwise the coroutine will just be
exhausted in a simple runner. It is possible, though, to change the default
runner.
Expand Down

0 comments on commit 2d7bfde

Please sign in to comment.