# HG changeset patch # User Franz Glasner # Date 1619594395 -7200 # Node ID 801cd16223e487b79fa0521f8684fa04ff1ac1fc # Parent f77dba9fc164f76a9fb452fc472983c25c120489 FIX: Docu diff -r f77dba9fc164 -r 801cd16223e4 configmix/config.py --- 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:}}}`` + `v` must match the pattern ``{{ref:}}`` All non-matching texttypes and all non-texttypes are returned unchanged.