# HG changeset patch # User Franz Glasner # Date 1636491485 -3600 # Node ID bb4a90fb58e0db90b6fb35fb9a0e1399fabbbff4 # Parent 9cc0116b5635c498100f185198826871370e09da Docu: "namespace" in getvarl() is a keyword argument diff -r 9cc0116b5635 -r bb4a90fb58e0 configmix/config.py --- a/configmix/config.py Sun Jul 11 22:47:20 2021 +0200 +++ b/configmix/config.py Tue Nov 09 21:58:05 2021 +0100 @@ -75,7 +75,7 @@ def getvarl(self, *names, **kwds): """Get a variable where the hierarchy is given in `names` as sequence - and the namespace is given in `namespace`. + and the namespace is given in the `namespace` keyword argument. No variable interpolation is done and no filters are applied.