summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index ce0d57111..81f5cb797 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -528,6 +528,10 @@ Glossary
current request, the next route (in definition order) is
attempted.
+ routes mapper
+ An object which compares path information from a request to an
+ ordered set of route patterns. See :ref:`urldispatch_chapter`.
+
predicate
A test which returns ``True`` or ``False``. Two different types
of predicates exist in :mod:`repoze.bfg`: a :term:`view predicate`