From 3f01e1f615041aa0e6787e1c6ba2f9c54d139100 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 18 Nov 2018 23:14:49 -0600 Subject: Fix so sentence has the right meaning --- docs/narr/advconfig.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3