Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/__init__.py @ 187:d2eb83720ad8
FIX: Docu: names of predefined constants
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 03 May 2019 19:44:04 +0200 |
| parents | fa101fb0cd7a |
| children | 17b938ccecb8 |
line wrap: on
line diff
--- 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:
