Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 165:6ca90e80f4f4
FIX: Docu: wording
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 00:21:30 +0100 |
| parents | ff03cdf36139 |
| children | b5ce9a8461bf |
comparison
equal
deleted
inserted
replaced
| 164:f8464559b838 | 165:6ca90e80f4f4 |
|---|---|
| 237 """A more safe version of :func:`merge` that makes deep copies of | 237 """A more safe version of :func:`merge` that makes deep copies of |
| 238 the returned container objects. | 238 the returned container objects. |
| 239 | 239 |
| 240 Contrary to :func:`merge` no given argument is ever changed | 240 Contrary to :func:`merge` no given argument is ever changed |
| 241 inplace. Every object from `default` is decoupled from the result | 241 inplace. Every object from `default` is decoupled from the result |
| 242 -- so changing the `default` configuration later does not yield | 242 -- so changing the `default` configuration later does not propagate |
| 243 into a merged configuration later. | 243 into a merged configuration later. |
| 244 | 244 |
| 245 """ | 245 """ |
| 246 if user is None: | 246 if user is None: |
| 247 if filter_comments: | 247 if filter_comments: |
