Mercurial > hgrepos > Python > libs > ConfigMix
changeset 165:6ca90e80f4f4
FIX: Docu: wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 00:21:30 +0100 |
| parents | f8464559b838 |
| children | b5ce9a8461bf |
| files | configmix/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. """
