projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde6fdd
)
minor typo: Fix requests spelling
author
Sayan Chowdhury
<sayan.chowdhury2012@gmail.com>
Wed, 11 Sep 2013 14:51:57 +0000
(20:21 +0530)
committer
Sayan Chowdhury
<sayan.chowdhury2012@gmail.com>
Wed, 11 Sep 2013 14:51:57 +0000
(20:21 +0530)
requests/adapters.py
patch
|
blob
|
history
diff --git
a/requests/adapters.py
b/requests/adapters.py
index 7e65c78e993c460059672b9bc55802aa58e7cc52..25f759d19ca5ea27d4dcf633953b917e1f3a5a9d 100644
(file)
--- 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 <req
eu
sts.adapters.HTTPAdapter>`.
+ :class:`HTTPAdapter <req
ue
sts.adapters.HTTPAdapter>`.
:param url: The URL to connect to.
:param proxies: (optional) A Requests-style dictionary of proxies used on this request.