# HG changeset patch # User Franz Glasner # Date 1692110806 -7200 # Node ID 8a28ff4ea59cc4277cab878cbaf7b58e237a7efa # Parent 6557cf9ecea5ae565f7cd40e68ededd6fdd6e3dc Docs diff -r 6557cf9ecea5 -r 8a28ff4ea59c configmix/config.py --- a/configmix/config.py Tue Aug 15 15:09:11 2023 +0200 +++ b/configmix/config.py Tue Aug 15 16:46:46 2023 +0200 @@ -471,8 +471,8 @@ class Configuration(CoercingMethodsMixin, _AttributeDict): - """The configuration dictionary with attribute support or - variable substitution. + """The configuration dictionary with attribute support and + variable interpolation/substitution. .. note:: When retrieving by attribute names variables will be interpolated.