diff --git a/README.rst b/README.rst index 1712f82..1464fe7 100644 --- a/README.rst +++ b/README.rst @@ -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: