Mercurial > hgrepos > Python > libs > ConfigMix
changeset 214:a35b0ca8b81f
FIX: Docu: Sphinx markup
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 08 May 2019 09:17:55 +0200 |
| parents | 5031fc1ae5df |
| children | ab3d0326419c |
| files | configmix/__init__.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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
