Skip to content

Commit 3df2141

Browse files
committed
Merge pull request #151 from flying-sheep/patch-2
fixed type annotation
2 parents 8560043 + 1615611 commit 3df2141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiohttp/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class HttpErrorException(HttpException):
4444
4545
:param int code: HTTP Error code.
4646
:param str message: (optional) Error message.
47-
:param dict headers: (optional) Headers to be sent in response.
47+
:param list of [tuple] headers: (optional) Headers to be sent in response.
4848
"""
4949

5050
def __init__(self, code, message='', headers=None):

0 commit comments

Comments
 (0)