summaryrefslogtreecommitdiff
path: root/docs/narr/introduction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/introduction.rst')
-rw-r--r--docs/narr/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 3410e6868..b4d10e7e5 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -165,7 +165,7 @@ common framework configuration tasks such as adding a view or a route.
In Zope, :term:`ZCML` is typically required for similar purposes. In
:term:`Grok`, a Zope-based web framework, :term:`decorator` objects
and class-level declarations are used for this purpose.
-:mod:`repoze.bfg` *supports* :term:`ZCML` and supports decorator-based
+:mod:`repoze.bfg` supports :term:`ZCML` and decorator-based
configuration, but does not require either. See
:ref:`configuration_narr` for more information.