Merge pull request #4713 from Stevoisiak/fix-docstring-param

Misspelled 'proxy' parameter in docstring
This commit is contained in:
Nate Prewitt
2018-06-26 13:32:32 -07:00
committed by GitHub
+1 -1
View File
@@ -378,7 +378,7 @@ class HTTPAdapter(BaseAdapter):
when subclassing the
:class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.
:param proxies: The url of the proxy being used for this request.
:param proxy: The url of the proxy being used for this request.
:rtype: dict
"""
headers = {}