# HG changeset patch # User Franz Glasner # Date 1640007189 -3600 # Node ID 9976ff66c43902e62169c79134b1839be07b328f # Parent 54a8d020f5d527c781e8d8956d6751377732a5c6 Docs diff -r 54a8d020f5d5 -r 9976ff66c439 configmix/config.py --- 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()