diff --git a/requests/adapters.py b/requests/adapters.py index 7e65c78e..25f759d1 100644 --- a/requests/adapters.py +++ b/requests/adapters.py @@ -184,7 +184,7 @@ class HTTPAdapter(BaseAdapter): def get_connection(self, url, proxies=None): """Returns a urllib3 connection for the given URL. This should not be called from user code, and is only exposed for use when subclassing the - :class:`HTTPAdapter `. + :class:`HTTPAdapter `. :param url: The URL to connect to. :param proxies: (optional) A Requests-style dictionary of proxies used on this request.