diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 00:41:32 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-23 00:41:32 +0200 |
| commit | 5c351ac6cec6dfc4c1b5e92963bf910055db19ef (patch) | |
| tree | f6152695fd7ba781928bbdf46d71df6fce4a86df | |
| parent | e5a9f85ee306cfdf3de5edf66303f46240fa5fbe (diff) | |
| download | pyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.tar.gz pyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.tar.bz2 pyramid-5c351ac6cec6dfc4c1b5e92963bf910055db19ef.zip | |
add missing comma
| -rw-r--r-- | pyramid/config/__init__.py | 2 |
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. |
