diff --git a/requests/adapters.py b/requests/adapters.py index a4b02842..3b923a5a 100644 --- a/requests/adapters.py +++ b/requests/adapters.py @@ -378,7 +378,7 @@ class HTTPAdapter(BaseAdapter): when subclassing the :class:`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 = {}