From: Sayan Chowdhury Date: Wed, 11 Sep 2013 14:51:57 +0000 (+0530) Subject: minor typo: Fix requests spelling X-Git-Tag: v2.0~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a52d9405ea23cd9aa7401dcfcebcbc248df3d25;p=services%2Fpython-requests.git minor typo: Fix requests spelling --- 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.