Skip to content

Commit b885edf

Browse files
committed
Fix typo pointed out by tri on #pocoo.
1 parent 0d2ffc0 commit b885edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/appdispatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ the dynamic application creation.
9090

9191
The perfect level for abstraction in that regard is the WSGI layer. You
9292
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
93+
delegates it to your Flask application. If that application does not
9494
exist yet, it is dynamically created and remembered::
9595

9696
from threading import Lock

0 commit comments

Comments
 (0)