Fixed a typo in quickstart

This commit is contained in:
Armin Ronacher 2010-07-17 16:02:21 +02:00
parent 405d4492e4
commit 3ebc97a780

View file

@ -739,7 +739,7 @@ Hooking in WSGI Middlewares
---------------------------
If you want to add a WSGI middleware to your application you can wrap the
internal WSGI application. For example if you want to one of the
internal WSGI application. For example if you want to use one of the
middlewares from the Werkzeug package to work around bugs in lighttpd, you
can do it like this::