minor typo: Fix requests spelling

This commit is contained in:
Sayan Chowdhury
2013-09-11 20:21:57 +05:30
parent cde6fdd00f
commit 0a52d9405e
+1 -1
View File
@@ -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 <reqeusts.adapters.HTTPAdapter>`.
:class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.
:param url: The URL to connect to.
:param proxies: (optional) A Requests-style dictionary of proxies used on this request.