diff options
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 528522e16..19eb304df 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -261,6 +261,10 @@ Glossary A `plain text format <http://docutils.sourceforge.net/rst.html>`_ that is the defacto standard for descriptive text shipped in :term:`distribution` files, and Python docstrings. + Root + The object at which :term:`traversal` begins when + :mod:`repoze.bfg` searches for a context (for :term:`URL + Dispatch`, the root is *always* the context). Subpath A list of element "left over" after the :term:`router` has performed a successful traversal to a view. The subpath is a |
