Skip to content

Commit

Permalink
[3.5] Fixed annotation for local_addr in TCPConnector.__init__ (#3732) (
Browse files Browse the repository at this point in the history
#3735)

(cherry picked from commit db80171)

Co-authored-by: Mathieu Dugré <math.dugre@gmail.com>
  • Loading branch information
asvetlov and Mathieu Dugré authored May 7, 2019
1 parent 61825e7 commit c9a1086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Mariano Anaya
Martin Melka
Martin Richard
Mathias Fröjdman
Mathieu Dugré
Matthieu Hauglustaine
Matthieu Rigal
Michael Ihnatenko
Expand Down
2 changes: 1 addition & 1 deletion aiohttp/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def __init__(self, *, verify_ssl: bool=True,
family: int=0,
ssl_context: Optional[SSLContext]=None,
ssl: Union[None, bool, Fingerprint, SSLContext]=None,
local_addr: Optional[str]=None,
local_addr: Optional[Tuple[str, int]]=None,
resolver: Optional[AbstractResolver]=None,
keepalive_timeout: Union[None, float, object]=sentinel,
force_close: bool=False,
Expand Down

0 comments on commit c9a1086

Please sign in to comment.