summaryrefslogtreecommitdiff
path: root/docs/narr/webob.rst
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2010-10-28 19:58:38 -0700
committerBen Bangert <ben@groovie.org>2010-10-28 19:58:38 -0700
commitd39e99e1f6f06a02a275a8a30f154e0f292d7dff (patch)
tree24a85615dce8ba575c73aae1189ea5846303ae70 /docs/narr/webob.rst
parent6a9d6246c9e9fda507fa04b462c00509b73f676f (diff)
parent04ebd572a92f6681209c70c42192775c63cd16cd (diff)
downloadpyramid-d39e99e1f6f06a02a275a8a30f154e0f292d7dff.tar.gz
pyramid-d39e99e1f6f06a02a275a8a30f154e0f292d7dff.tar.bz2
pyramid-d39e99e1f6f06a02a275a8a30f154e0f292d7dff.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/webob.rst')
-rw-r--r--docs/narr/webob.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst
index b3bec882e..15f8da9cf 100644
--- a/docs/narr/webob.rst
+++ b/docs/narr/webob.rst
@@ -109,12 +109,12 @@ instance, ``req.if_modified_since`` returns a `datetime
Special Attributes Added to the Request by :mod:`pyramid`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-In addition to the standard :term:`WebOb` attributes,
-:mod:`pyramid` adds special attributes to every request:
-``context``, ``registry``, ``root``, ``subpath``, ``traversed``,
-``view_name``, ``virtual_root`` , and ``virtual_root_path``. These
-attributes are documented further within the
-:class:`pyramid.request.Request` API documentation.
+In addition to the standard :term:`WebOb` attributes, :mod:`pyramid`
+adds special attributes to every request: ``context``, ``registry``,
+``root``, ``subpath``, ``traversed``, ``view_name``, ``virtual_root``
+, ``virtual_root_path``, and ``session``. These attributes are
+documented further within the :class:`pyramid.request.Request` API
+documentation.
.. index::
single: request URLs