From edd91578808d808646ca583dbd091220b5b7cb28 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 25 Oct 2010 19:20:22 -0400 Subject: convert remainder of docs to use pyramid instead of repoze.bfg --- docs/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 5aa6c15de..dfc40c407 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -400,7 +400,7 @@ Glossary A list of element "left over" after the :term:`router` has performed a successful traversal to a view. The subpath is a sequence of strings, e.g. ``['left', 'over', 'names']``. Within - BFG applications that use URL dispatch rather than traversal, you + Pyramid applications that use URL dispatch rather than traversal, you can use ``*subpath`` in the route pattern to influence the subpath. See :ref:`star_subpath` for more information. -- cgit v1.2.3