summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/narr/advconfig.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst
index e0ced10f0..33edb0eae 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -169,7 +169,8 @@ Using ``config.commit()``
You can manually commit a configuration by using the
:meth:`~pyramid.config.Configurator.commit` method between configuration calls.
After a commit, more :term:`configuration declaration`\s may be added to a :term:`configurator`.
-New declarations will not conflict with committed declarations, they will override them.
+New declarations will not conflict with committed declarations.
+The new declarations will override committed declarations.
For example, we prevent conflicts from occurring in the application we examined
previously by adding a ``commit``.