From 1c83f5359a0d049b9a8587d016cb118e649edfdf Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 20 Nov 2018 07:48:31 -0600 Subject: Add comma per Steve Piercy --- docs/narr/advconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst index 4c969487c..e0ced10f0 100644 --- a/docs/narr/advconfig.rst +++ b/docs/narr/advconfig.rst @@ -168,7 +168,7 @@ 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`. +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. For example, we prevent conflicts from occurring in the application we examined -- cgit v1.2.3