Fixup the header heirarchy.
authorCory Benfield <lukasaoz@gmail.com>
Thu, 9 Jan 2014 19:48:13 +0000 (19:48 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Thu, 9 Jan 2014 19:50:56 +0000 (19:50 +0000)
docs/user/advanced.rst

index 1c6bd857db477a6291f6ebe080e514bd792d6900..4e05303b9662db8ac6e46ce0100473b9c2f40751 100644 (file)
@@ -616,7 +616,7 @@ case. For more than that, you might look at subclassing
 ``requests.adapters.BaseAdapter``.
 
 Example: Specific SSL Version
------------------------------
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The Requests team has made a specific choice to use whatever SSL version is
 default in the underlying library (`urllib3`_). Normally this is fine, but from