Misspelled 'proxy' parameter in docstring

The 'proxy' parameter was misspelled as 'proxies' in the docstring.
This commit is contained in:
Steven M. Vascellaro
2018-06-26 14:56:12 -04:00
parent 9fc639d030
commit 5d90638281
+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 = {}