Skip to content

Commit

Permalink
Fix typo pointed out by tri on #pocoo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rduplain committed Apr 18, 2012
1 parent 0d2ffc0 commit b885edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/patterns/appdispatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b885edf

Please sign in to comment.