From: Cory Benfield Date: Thu, 9 Jan 2014 19:48:13 +0000 (+0000) Subject: Fixup the header heirarchy. X-Git-Tag: v2.2.1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac4e05874a1a983ca126185a0e4d4e74915f792e;p=services%2Fpython-requests.git Fixup the header heirarchy. --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 1c6bd85..4e05303 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -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