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 1c6bd85..4e05303 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