Skip to content

Commit 5817e98

Browse files
authored
Fix typo in event loop documentation (#445)
2 parents 5c56659 + 4be178e commit 5817e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to_guides/event_loop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ new loop separate from the Quart loop for ThirdParty,
3232
Controlling the event loop
3333
--------------------------
3434

35-
It is the ASGI server running running Quart that owns the event loop
35+
It is the ASGI server running Quart that owns the event loop
3636
that Quart runs within, by default the server is Hypercorn. Both Quart
3737
and Hypercorn allow the loop to be specified, the Quart shortcut in
3838
development is to pass the loop to the ``app.run`` method,

0 commit comments

Comments
 (0)