From: Joseph McCullough Date: Sat, 12 Nov 2011 04:17:22 +0000 (-0600) Subject: Fixed session API ref typo X-Git-Tag: v0.8.0~37^2~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afc6561fdbb0a9ca909dad72d6672c7525788f77;p=services%2Fpython-requests.git Fixed session API ref typo --- diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 9083b43..df27499 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -43,7 +43,7 @@ Any dictionaries that you pass to a request method will be merged with the sessi Sometimes you'll want to omit session-level keys from a dict parameter. To do this, you simply set that key's value to ``None`` in the method-level parameter. It will automatically be omitted. -All values that are contained within a session are directly available to you. See the:ref:`Session API Docs ` to learn more. +All values that are contained within a session are directly available to you. See the :ref:`Session API Docs ` to learn more.