Mercurial > hgrepos > Python > libs > ConfigMix
changeset 310:801cd16223e4
FIX: Docu
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 28 Apr 2021 09:19:55 +0200 |
| parents | f77dba9fc164 |
| children | 035b42a224ed |
| files | configmix/config.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/config.py Wed Apr 28 09:12:40 2021 +0200 +++ b/configmix/config.py Wed Apr 28 09:19:55 2021 +0200 @@ -203,7 +203,7 @@ def expand_if_reference(self, v, default=_MARKER): """Check whether `v` is a reference and -- if true -- then expand it. - `v` must match the pattern ``{{{ref:<REFERENCE>}}}`` + `v` must match the pattern ``{{ref:<REFERENCE>}}`` All non-matching texttypes and all non-texttypes are returned unchanged.
