From 28db6c3f53ce6d5c6e3fc51ab37cdc6a518ad2cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Dec 2011 03:58:08 -0500 Subject: [PATCH] engrish --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 4b94a7aa..216367a0 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -53,7 +53,7 @@ Requests can verify SSL certificates for HTTPS requests, just like a web browser >>> requests.get('https://kennethreitz.com', verify=True) requests.exceptions.SSLError: hostname 'kennethreitz.com' doesn't match either of '*.herokuapp.com', 'herokuapp.com' -I don't have SSL setup on this domain, so it fails. Excellent. I do hate it setup for httpbin.org though:: +I don't have SSL setup on this domain, so it fails. Excellent. I do have certs for httpbin.org though:: >>> requests.get('https://httpbin.org', verify=True)