Mercurial > hgrepos > Python > libs > ConfigMix
changeset 529:9976ff66c439
Docs
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 20 Dec 2021 14:33:09 +0100 |
| parents | 54a8d020f5d5 |
| children | 28191d61b042 |
| files | configmix/config.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/config.py Mon Dec 20 13:39:11 2021 +0100 +++ b/configmix/config.py Mon Dec 20 14:33:09 2021 +0100 @@ -339,7 +339,7 @@ super(Configuration, self).__init__(*args, **kwds) def clear_cache(self): - """Clear the internal lookup cache""" + """Clear the internal lookup cache and the interpolation cache""" self.__lookup_cache.clear() self.__interpolation_cache.clear()
