minor typo: Fix requests spelling
authorSayan Chowdhury <sayan.chowdhury2012@gmail.com>
Wed, 11 Sep 2013 14:51:57 +0000 (20:21 +0530)
committerSayan Chowdhury <sayan.chowdhury2012@gmail.com>
Wed, 11 Sep 2013 14:51:57 +0000 (20:21 +0530)
requests/adapters.py

index 7e65c78e993c460059672b9bc55802aa58e7cc52..25f759d19ca5ea27d4dcf633953b917e1f3a5a9d 100644 (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.