Skip to content

Commit 73d7253

Browse files
monosans1st1
authored andcommitted
Fix typo in README
1 parent 3214cf6 commit 73d7253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Using uvloop
6464
# Main entry-point.
6565
...
6666
67-
if sys.version_info >= (3, 11)
67+
if sys.version_info >= (3, 11):
6868
with asyncio.Runner(loop_factory=uvloop.new_event_loop) as runner:
6969
runner.run(main())
7070
else:

0 commit comments

Comments
 (0)