summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index d1fbad6cf..cda3ae5ed 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -80,7 +80,7 @@ Glossary
alternate calling convention allows a view to be defined as a
callable which accepts a pair of arguments: ``context`` and
``request``: this calling convention is useful for traversal-based
- applications in which the context is always very important. A
+ applications in which a :term:`context` is always very important. A
view callable is the primary mechanism by which a developer writes
user interface code within :mod:`repoze.bfg`. See
:ref:`views_chapter` for more information about :mod:`repoze.bfg`