diff doc/changes.rst @ 160:131aaa95d01f

FIX: Docu: wording
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 Feb 2019 23:01:08 +0100
parents ba5970a2dcef
children 24a05dae0e76
line wrap: on
line diff
--- a/doc/changes.rst	Thu Feb 21 22:58:44 2019 +0100
+++ b/doc/changes.rst	Thu Feb 21 23:01:08 2019 +0100
@@ -20,8 +20,9 @@
 ---
 
 - :py:func:`configmix.safe_merge` does now a deepcopy of all source
-  configurations when merging. Changes in configuration instances after
-  will not be reflected in the merged configuration any more.
+  configurations when merging. Changes in configuration instances
+  afterwards will not be reflected in the merged configuration any
+  more.
 
   The public signature of :py:func:`configmix.safe_merge` has *not*
   changed.