# HG changeset patch # User Franz Glasner # Date 1552519290 -3600 # Node ID 6ca90e80f4f42a54f33152a5b4d0e9598adc6288 # Parent f8464559b838d93c5bc8afd08541d4dd6874e5a0 FIX: Docu: wording diff -r f8464559b838 -r 6ca90e80f4f4 configmix/__init__.py --- a/configmix/__init__.py Thu Mar 14 00:16:40 2019 +0100 +++ b/configmix/__init__.py Thu Mar 14 00:21:30 2019 +0100 @@ -239,7 +239,7 @@ Contrary to :func:`merge` no given argument is ever changed inplace. Every object from `default` is decoupled from the result - -- so changing the `default` configuration later does not yield + -- so changing the `default` configuration later does not propagate into a merged configuration later. """