summaryrefslogtreecommitdiff
path: root/docs/api/viewderivers.rst
diff options
context:
space:
mode:
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`.