From 17e5fb365d7bde8fc795311bb37fe6358e258dc5 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 19 Aug 2013 10:56:08 +0200 Subject: [PATCH] Fix typo in docstring --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 805dc166..ef2af73c 100644 --- a/flask/app.py +++ b/flask/app.py @@ -1547,7 +1547,7 @@ class Flask(_PackageBoundObject): :class:`tuple` A tuple in the form ``(response, status, headers)`` where `response` is any of the types defined here, `status` is a string - or an integer and `headers` is a list of + or an integer and `headers` is a list or a dictionary with header values. ======================= ===========================================