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:
051d3bb
)
Fix minor formatting issue.
author
muhtasib
<muhtasib@gmail.com>
Tue, 10 Jul 2012 22:34:29 +0000
(19:34 -0300)
committer
muhtasib
<muhtasib@gmail.com>
Tue, 10 Jul 2012 22:34:29 +0000
(19:34 -0300)
docs/user/advanced.rst
patch
|
blob
|
history
diff --git
a/docs/user/advanced.rst
b/docs/user/advanced.rst
index e228bbf4d7afd5cac2c13ee7dfe9172c0235fc8a..adda9c7314d014b236a2c1c121945258c916c46a 100644
(file)
--- a/
docs/user/advanced.rst
+++ b/
docs/user/advanced.rst
@@
-93,7
+93,7
@@
I don't have SSL setup on this domain, so it fails. Excellent. Github does thoug
You can also pass ``verify`` the path to a CA_BUNDLE file for private certs. You can also set the ``REQUESTS_CA_BUNDLE`` environment variable.
-Requests can also ignore verifying the SSL certficate if you set ``verify`` to False.
+Requests can also ignore verifying the SSL certficate if you set ``verify`` to False.
::
>>> requests.get('https://kennethreitz.com', verify=False)
<Response [200]>