Fix typo in docstring

This commit is contained in:
Maximilian Hils 2013-08-19 10:56:08 +02:00
parent 2d8a21c732
commit 17e5fb365d

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