diff options
Diffstat (limited to 'docs/narr/configuration.rst')
| -rw-r--r-- | docs/narr/configuration.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 66ecd486c..a3336e735 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -198,9 +198,8 @@ effectively a "macro" which calls the behalf. The ``<view>`` tag is an example of a :mod:`repoze.bfg` declaration -tag. Other such tags include ``<route>``, ``<scan>``, ``<notfound>``, -``<forbidden>``, and others. Each of these tags is effectively a -"macro" which calls methods of a +tag. Other such tags include ``<route>`` and ``<scan>``. Each of +these tags is effectively a "macro" which calls methods of a :class:`repoze.bfg.configuration.Configurator` object on your behalf. Essentially, using a :term:`ZCML` file and loading it from the |
