diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-10 21:50:24 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-10 21:50:24 -0700 |
| commit | 159ec3402fdc9dd1d124249630912b2adc437eb7 (patch) | |
| tree | 529f02bc57de64dc45fbcf001349fe1bae201c18 /docs/narr/webob.rst | |
| parent | 0fd962541b8274ffae4bc2e6b20f26737186d494 (diff) | |
| download | pyramid-159ec3402fdc9dd1d124249630912b2adc437eb7.tar.gz pyramid-159ec3402fdc9dd1d124249630912b2adc437eb7.tar.bz2 pyramid-159ec3402fdc9dd1d124249630912b2adc437eb7.zip | |
fix space before comma
Diffstat (limited to 'docs/narr/webob.rst')
| -rw-r--r-- | docs/narr/webob.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/webob.rst b/docs/narr/webob.rst index c4805df8d..34a876a77 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -111,8 +111,8 @@ Special Attributes Added to the Request by :app:`Pyramid` In addition to the standard :term:`WebOb` attributes, :app:`Pyramid` adds special attributes to every request: ``context``, ``registry``, -``root``, ``subpath``, ``traversed``, ``view_name``, ``virtual_root`` -, ``virtual_root_path``, ``session``, and ``tmpl_context``. These +``root``, ``subpath``, ``traversed``, ``view_name``, ``virtual_root``, +``virtual_root_path``, ``session``, and ``tmpl_context``. These attributes are documented further within the :class:`pyramid.request.Request` API documentation. |
