From: muhtasib Date: Tue, 10 Jul 2012 22:34:29 +0000 (-0300) Subject: Fix minor formatting issue. X-Git-Tag: v0.13.3~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6413c063ed88244902e9ab1daea382f60ab17587;p=services%2Fpython-requests.git Fix minor formatting issue. --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index e228bbf..adda9c7 100644 --- 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)