From 0a52d9405ea23cd9aa7401dcfcebcbc248df3d25 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Wed, 11 Sep 2013 20:21:57 +0530 Subject: [PATCH] minor typo: Fix requests spelling --- requests/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/adapters.py b/requests/adapters.py index 7e65c78..25f759d 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. -- 2.34.1