# HG changeset patch # User Franz Glasner # Date 1457623121 -3600 # Node ID fa65adab0b717af56ecdda3fd99d91b5ecde3ced # Parent c77cb6bc8eebcd3552e311a388c5227f7a793590 FIX: Typo in comment diff -r c77cb6bc8eeb -r fa65adab0b71 configmix/config.py --- a/configmix/config.py Thu Mar 10 15:41:46 2016 +0100 +++ b/configmix/config.py Thu Mar 10 16:18:41 2016 +0100 @@ -71,7 +71,7 @@ return varvalue def getvar_s(self, varname, default=_MARKER): - """Get a variable - incliding variables from other namespaces. + """Get a variable - including variables from other namespaces. Variables will be substituted recursively in the result. """