Skip to content

Commit 17e5fb3

Browse files
committed
Fix typo in docstring
1 parent 2d8a21c commit 17e5fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ def make_response(self, rv):
15471547
:class:`tuple` A tuple in the form ``(response, status,
15481548
headers)`` where `response` is any of the
15491549
types defined here, `status` is a string
1550-
or an integer and `headers` is a list of
1550+
or an integer and `headers` is a list or
15511551
a dictionary with header values.
15521552
======================= ===========================================
15531553

0 commit comments

Comments
 (0)