Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans authored and 1st1 committed Aug 23, 2022
1 parent 3214cf6 commit 73d7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Using uvloop
# Main entry-point.
...
if sys.version_info >= (3, 11)
if sys.version_info >= (3, 11):
with asyncio.Runner(loop_factory=uvloop.new_event_loop) as runner:
runner.run(main())
else:
Expand Down

0 comments on commit 73d7253

Please sign in to comment.