Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how_to_guides/event_loop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ new loop separate from the Quart loop for ThirdParty,
Controlling the event loop
--------------------------

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
that Quart runs within, by default the server is Hypercorn. Both Quart
and Hypercorn allow the loop to be specified, the Quart shortcut in
development is to pass the loop to the ``app.run`` method,
Expand Down