We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8560043 + 1615611 commit 3df2141Copy full SHA for 3df2141
aiohttp/errors.py
@@ -44,7 +44,7 @@ class HttpErrorException(HttpException):
44
45
:param int code: HTTP Error code.
46
:param str message: (optional) Error message.
47
- :param dict headers: (optional) Headers to be sent in response.
+ :param list of [tuple] headers: (optional) Headers to be sent in response.
48
"""
49
50
def __init__(self, code, message='', headers=None):
0 commit comments