summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarl O. Pinc <kop@meme.com>2018-11-20 07:48:31 -0600
committerKarl O. Pinc <kop@meme.com>2018-11-20 07:48:31 -0600
commit1c83f5359a0d049b9a8587d016cb118e649edfdf (patch)
tree5827259b77947131cba017bc90bc0dcbffbcbe5d /docs
parent0929046410929b332bdcfac2f362dd3c0f16445c (diff)
downloadpyramid-1c83f5359a0d049b9a8587d016cb118e649edfdf.tar.gz
pyramid-1c83f5359a0d049b9a8587d016cb118e649edfdf.tar.bz2
pyramid-1c83f5359a0d049b9a8587d016cb118e649edfdf.zip
Add comma per Steve Piercy
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/advconfig.rst2
1 files changed, 1 insertions, 1 deletions
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