# HG changeset patch # User Franz Glasner # Date 1557299875 -7200 # Node ID a35b0ca8b81f5eb00595bdbcbabbb84931389fbc # Parent 5031fc1ae5df198e56ca352b4fc497abb7383788 FIX: Docu: Sphinx markup diff -r 5031fc1ae5df -r a35b0ca8b81f configmix/__init__.py --- 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