# HG changeset patch # User Franz Glasner # Date 1556905444 -7200 # Node ID d2eb83720ad82127881f40ad9493c9a7c7b8c84a # Parent fa101fb0cd7a343f02c6a503a5e15c94c424ee62 FIX: Docu: names of predefined constants diff -r fa101fb0cd7a -r d2eb83720ad8 configmix/__init__.py --- a/configmix/__init__.py Fri May 03 19:41:35 2019 +0200 +++ b/configmix/__init__.py Fri May 03 19:44:04 2019 +0200 @@ -216,7 +216,7 @@ def clear_assoc(): """Remove all configured loader associations. - The :data:`_default_loaders` are **not** changed. + The :data:`.DEFAULT_ASSOC` are **not** changed. """ del _extensions[:] @@ -255,8 +255,8 @@ :func:`fnmatch.fnmatch` applies (i.e. :func:`os.path.normpath` will be called for both arguments). - If `loader` is :data:`DEFAULT_ASSOC` then the default association - from :data:`_default_loaders` will be used -- if any. + If `loader` is :data:`.DEFAULT_LOADER` then the default association + from :data:`.DEFAULT_ASSOC` will be used -- if any. """ if mode is DEFAULT_LOADER: