summaryrefslogtreecommitdiff
path: root/docs/narr/advconfig.rst
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-03-13 17:19:18 -0700
committerPatricio Paez <pp@pp.com.mx>2012-03-13 17:19:18 -0700
commitc946fc7b717359cf26dab45a9b84f06f6c1bc466 (patch)
tree1f3c39d0360bf59e110b0b68ed0886bddcd13f54 /docs/narr/advconfig.rst
parentfbe74a8b69cf319a29efe144a77f3a42edf1d3d6 (diff)
downloadpyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.tar.gz
pyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.tar.bz2
pyramid-c946fc7b717359cf26dab45a9b84f06f6c1bc466.zip
Typos
Diffstat (limited to 'docs/narr/advconfig.rst')
-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 0060ef65c..9cb4db325 100644
--- a/docs/narr/advconfig.rst
+++ b/docs/narr/advconfig.rst
@@ -227,7 +227,7 @@ to :meth:`~pyramid.config.Configurator.commit` between them:
In the above example we've issued a call to
:meth:`~pyramid.config.Configurator.commit` between the two ``add_view``
-calls. :meth:`~pyramid.config.Configurator.commit` will cause any pending
+calls. :meth:`~pyramid.config.Configurator.commit` will execute any pending
configuration statements.
Calling :meth:`~pyramid.config.Configurator.commit` is safe at any time. It