Browse Source

Merge pull request #840 from mhils/master

Fix typo in docstring
pull/842/head
Daniel Neuhäuser 12 years ago
parent
commit
be73233a55
  1. 2
      flask/app.py

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

Loading…
Cancel
Save