forked from orbit-oss/flask
Fix typo in docstring
This commit is contained in:
parent
2d8a21c732
commit
17e5fb365d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue