summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 9e068a18c..8928254f7 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -1097,3 +1097,5 @@ Glossary
A view deriver is a composable component of the view pipeline which is
used to create a :term:`view callable`. A view deriver is a callable
implementing the :class:`pyramid.interfaces.IViewDeriver` interface.
+ Examples of builtin derivers including view mapper, the permission
+ checker, and applying a renderer to a dictionary returned from the view.