Skip to content

Commit

Permalink
Fix error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 24, 2020
1 parent 5ec0f70 commit 7bdee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def get_running_loop(
DeprecationWarning, stacklevel=3)
if loop.get_debug():
internal_logger.warning(
"The object should be created from async function",
"The object should be created within an async function",
stack_info=True)
return loop

Expand Down

0 comments on commit 7bdee2c

Please sign in to comment.