summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2014-01-09 19:48:13 +0000
committerCory Benfield <lukasaoz@gmail.com>2014-01-09 19:50:56 +0000
commitac4e05874a1a983ca126185a0e4d4e74915f792e (patch)
tree2bd81b9dd65b578e23a6027287e3aab6a90ff7ee /docs
parent098865122c040ed87e57c4f2f1b0b146f51448a1 (diff)
downloadpython-requests-ac4e05874a1a983ca126185a0e4d4e74915f792e.tar.gz
Fixup the header heirarchy.
Diffstat (limited to 'docs')
-rw-r--r--docs/user/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst
index 1c6bd857..4e05303b 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