From e409bc792d4419ed588afbc60c53b61923c415a7 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 12 May 2010 02:34:22 +0200 Subject: [PATCH] Fixed typo --- flask.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask.py b/flask.py index 5af32ea8..dcf26b32 100644 --- a/flask.py +++ b/flask.py @@ -1113,7 +1113,7 @@ class Flask(_PackageBoundObject): with app.request_context(environ): do_something_with(request) - :params environ: a WSGI environment + :param environ: a WSGI environment """ return _RequestContext(self, environ)