Mercurial > hgrepos > Python > libs > ConfigMix
changeset 712:8a28ff4ea59c
Docs
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 15 Aug 2023 16:46:46 +0200 |
| parents | 6557cf9ecea5 |
| children | 1832c5d1bd00 |
| files | configmix/config.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.
