Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/__init__.py @ 214:a35b0ca8b81f
FIX: Docu: Sphinx markup
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 08 May 2019 09:17:55 +0200 |
| parents | 657cf709463b |
| children | c03c9162f7e6 |
line wrap: on
line diff
--- a/configmix/__init__.py Mon May 06 01:18:57 2019 +0200 +++ b/configmix/__init__.py Wed May 08 09:17:55 2019 +0200 @@ -52,7 +52,7 @@ :keyword defaults: optional configuration dictionary with some default settings where the settings from `files` are merged into - :type defaults: a configuration dictionary or `None` + :type defaults: dict-alike or None :returns: the configuration :rtype: ~configmix.config.Configuration
