From 9508dc8e1810935df6f2502d1a0a093523269cc0 Mon Sep 17 00:00:00 2001 From: Casey Duncan Date: Sun, 12 Dec 2010 10:13:08 -0700 Subject: clarify sentence --- docs/narr/sessions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/narr/sessions.rst b/docs/narr/sessions.rst index 605bf5282..6aac8d504 100644 --- a/docs/narr/sessions.rst +++ b/docs/narr/sessions.rst @@ -62,8 +62,8 @@ Using a Session Object ---------------------- Once a session factory has been configured for your application, you -can access session objects provided by the session factory by asking -for the ``session`` attribute of any :term:`request` object. For +can access session objects provided by the session factory via +the ``session`` attribute of any :term:`request` object. For example: .. code-block:: python -- cgit v1.2.3