We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c56659 + 4be178e commit 5817e98Copy full SHA for 5817e98
docs/how_to_guides/event_loop.rst
@@ -32,7 +32,7 @@ new loop separate from the Quart loop for ThirdParty,
32
Controlling the event loop
33
--------------------------
34
35
-It is the ASGI server running running Quart that owns the event loop
+It is the ASGI server running Quart that owns the event loop
36
that Quart runs within, by default the server is Hypercorn. Both Quart
37
and Hypercorn allow the loop to be specified, the Quart shortcut in
38
development is to pass the loop to the ``app.run`` method,
0 commit comments