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:
9ffcbb8
)
Fix documentation typo.
author
Matthew Schinckel
<matt@schinckel.net>
Mon, 4 Nov 2013 01:59:24 +0000
(12:29 +1030)
committer
Matthew Schinckel
<matt@schinckel.net>
Mon, 4 Nov 2013 01:59:24 +0000
(12:29 +1030)
requests/adapters.py
patch
|
blob
|
history
diff --git
a/requests/adapters.py
b/requests/adapters.py
index 0adca690cde8de6321cf52b2e0c8957b3d917727..77badc7fa355fac1d4de5f219886c2ef1218a415 100644
(file)
--- a/
requests/adapters.py
+++ b/
requests/adapters.py
@@
-289,7
+289,7
@@
class HTTPAdapter(BaseAdapter):
:param stream: (optional) Whether to stream the request content.
:param timeout: (optional) The timeout on the request.
:param verify: (optional) Whether to verify SSL certificates.
- :param
v
ert: (optional) Any user-provided SSL certificate to be trusted.
+ :param
c
ert: (optional) Any user-provided SSL certificate to be trusted.
:param proxies: (optional) The proxies dictionary to apply to the request.
"""