Browse Source

Fix typo pointed out by tri on #pocoo.

pull/497/head
Ron DuPlain 13 years ago
parent
commit
b885edf810
  1. 2
      docs/patterns/appdispatch.rst

2
docs/patterns/appdispatch.rst

@ -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…
Cancel
Save