summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:41:32 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-23 00:41:32 +0200
commit5c351ac6cec6dfc4c1b5e92963bf910055db19ef (patch)
treef6152695fd7ba781928bbdf46d71df6fce4a86df
parente5a9f85ee306cfdf3de5edf66303f46240fa5fbe (diff)
downloadpyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.tar.gz
pyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.tar.bz2
pyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.zip
add missing comma
-rw-r--r--pyramid/config/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/config/__init__.py b/pyramid/config/__init__.py
index 5bc03c4cc..7252ed14e 100644
--- a/pyramid/config/__init__.py
+++ b/pyramid/config/__init__.py
@@ -211,7 +211,7 @@ class Configurator(
:meth:`pyramid.config.Configurator.commit` is called. When
:meth:`pyramid.config.Configurator.commit` is called, the actions implied
by the called methods will be checked for configuration conflicts unless
- ``autocommit`` is ``True``. If a conflict is detected a
+ ``autocommit`` is ``True``. If a conflict is detected, a
``ConfigurationConflictError`` will be raised. Calling
:meth:`pyramid.config.Configurator.make_wsgi_app` always implies a final
commit.