From afc6561fdbb0a9ca909dad72d6672c7525788f77 Mon Sep 17 00:00:00 2001 From: Joseph McCullough Date: Fri, 11 Nov 2011 22:17:22 -0600 Subject: [PATCH] Fixed session API ref typo --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1