Fix minor formatting issue.
authormuhtasib <muhtasib@gmail.com>
Tue, 10 Jul 2012 22:34:29 +0000 (19:34 -0300)
committermuhtasib <muhtasib@gmail.com>
Tue, 10 Jul 2012 22:34:29 +0000 (19:34 -0300)
docs/user/advanced.rst

index e228bbf4d7afd5cac2c13ee7dfe9172c0235fc8a..adda9c7314d014b236a2c1c121945258c916c46a 100644 (file)
@@ -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]>