Skip to content

Commit

Permalink
Edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
allt0ld committed Aug 24, 2023
1 parent c027dd0 commit 3727b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvesim/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def get_event_loop():
https://docs.python.org/3.11/library/asyncio-eventloop.html?highlight=selectoreventloop#asyncio.get_event_loop.
Implementation slightly modified from https://stackoverflow.com/a/73884759
as supporting all Python 3.x isn't necessary.
as below works for all versions >= 3.7.
"""
try:
loop = asyncio.get_running_loop()
Expand Down

0 comments on commit 3727b66

Please sign in to comment.