summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/sessions.rst4
1 files changed, 2 insertions, 2 deletions
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