Fix typo pointed out by tri on #pocoo.
This commit is contained in:
parent
0d2ffc094b
commit
b885edf810
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ the dynamic application creation.
|
|||
|
||||
The perfect level for abstraction in that regard is the WSGI layer. You
|
||||
write your own WSGI application that looks at the request that comes and
|
||||
and delegates it to your Flask application. If that application does not
|
||||
delegates it to your Flask application. If that application does not
|
||||
exist yet, it is dynamically created and remembered::
|
||||
|
||||
from threading import Lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue