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.
1 parent 0d2ffc0 commit b885edfCopy full SHA for b885edf
docs/patterns/appdispatch.rst
@@ -90,7 +90,7 @@ the dynamic application creation.
90
91
The perfect level for abstraction in that regard is the WSGI layer. You
92
write your own WSGI application that looks at the request that comes and
93
-and delegates it to your Flask application. If that application does not
+delegates it to your Flask application. If that application does not
94
exist yet, it is dynamically created and remembered::
95
96
from threading import Lock
0 commit comments