diff options
| -rw-r--r-- | docs/narr/advconfig.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/advconfig.rst b/docs/narr/advconfig.rst index 322741648..f6a6c5b42 100644 --- a/docs/narr/advconfig.rst +++ b/docs/narr/advconfig.rst @@ -169,8 +169,8 @@ Using ``config.commit()`` You can manually commit a configuration by using the :meth:`~pyramid.config.Configurator.commit` method between configuration calls. For example, we prevent conflicts from occurring in the application we examined -previously as the result of adding a ``commit``. Here's the application that -generates conflicts: +previously by adding a ``commit``. +Here's the application that generates conflicts: .. code-block:: python :linenos: |
