From 7414c862e8be7f4267e0e5ba7fc30e123f65a816 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 20 Nov 2018 07:48:50 -0600 Subject: Split into 2 sentences --- docs/narr/advconfig.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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``. -- cgit v1.2.3