diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-24 15:15:18 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-24 15:15:18 -0500 |
| commit | 01eac92dcdbe0d51b75783350997e69a7613da9e (patch) | |
| tree | e1c29e45a04fee19d8cbdc3bd2e8b0f0b7d67f5f /docs/narr | |
| parent | 905bcaaec5f71f9b2df4204ed91c1628f854e0ff (diff) | |
| download | pyramid-01eac92dcdbe0d51b75783350997e69a7613da9e.tar.gz pyramid-01eac92dcdbe0d51b75783350997e69a7613da9e.tar.bz2 pyramid-01eac92dcdbe0d51b75783350997e69a7613da9e.zip | |
docs-deprecate tmpl_context
Diffstat (limited to 'docs/narr')
| -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 21c368350..a8c11acec 100644 --- a/docs/narr/webob.rst +++ b/docs/narr/webob.rst @@ -117,8 +117,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``, ``matchdict``, and -``matched_route``. These attributes are documented further within the +``virtual_root_path``, ``session``, ``matchdict``, and ``matched_route``. +These attributes are documented further within the :class:`pyramid.request.Request` API documentation. .. index:: |
