From 3ebc97a7809a15ae5f362d1330552db1efdec525 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 17 Jul 2010 16:02:21 +0200 Subject: [PATCH] Fixed a typo in quickstart --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 3604bdd1..dc292e8f 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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::