summaryrefslogtreecommitdiff
path: root/docs/api/viewderivers.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-04-08 00:47:01 -0500
committerMichael Merickel <michael@merickel.org>2016-04-08 00:47:01 -0500
commitc231d8174e811eec5a3faeafa5aee60757c6d31f (patch)
treecbe086ab6002c2434ad1d7f0d25cfebb59fdb8ad /docs/api/viewderivers.rst
parenta3db3cab713fecc0c83c742cfe3f0736b1d94a92 (diff)
downloadpyramid-c231d8174e811eec5a3faeafa5aee60757c6d31f.tar.gz
pyramid-c231d8174e811eec5a3faeafa5aee60757c6d31f.tar.bz2
pyramid-c231d8174e811eec5a3faeafa5aee60757c6d31f.zip
update constraints for derivers as well as docs
Diffstat (limited to 'docs/api/viewderivers.rst')
-rw-r--r--docs/api/viewderivers.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/api/viewderivers.rst b/docs/api/viewderivers.rst
index a4ec107b6..2a141501e 100644
--- a/docs/api/viewderivers.rst
+++ b/docs/api/viewderivers.rst
@@ -10,7 +10,8 @@
Constant representing the request ingress, for use in ``under``
arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.
- .. attribute:: MAPPED_VIEW
+ .. attribute:: VIEW
- Constant representing the closest view deriver, for use in ``over``
- arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.
+ Constant representing the :term:`view callable` at the end of the view
+ pipeline, for use in ``over`` arguments to
+ :meth:`pyramid.config.Configurator.add_view_deriver`.