Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Aug 2, 2017
1 parent 4f3d2df commit cc045a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def _request(self, method, url, *,

# Merge with default headers and transform to CIMultiDict
headers = self._prepare_headers(headers)
proxy_headers = self.__prepare_headers(proxy_headers)
proxy_headers = self._prepare_headers(proxy_headers)

if auth is None:
auth = self._default_auth
Expand Down

0 comments on commit cc045a5

Please sign in to comment.