Merge pull request #840 from mhils/master

Fix typo in docstring
This commit is contained in:
Daniel Neuhäuser 2013-08-20 14:35:01 -07:00
commit be73233a55

View file

@ -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.
======================= ===========================================