Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/__init__.py @ 108:2196362c0467
Enhance documentation of "configmix.load()"
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 24 Mar 2018 15:35:10 +0100 |
| parents | 2ee042791197 |
| children | 29cf359ddf4d |
line wrap: on
line diff
--- a/configmix/__init__.py Sat Mar 24 15:34:52 2018 +0100 +++ b/configmix/__init__.py Sat Mar 24 15:35:10 2018 +0100 @@ -28,8 +28,11 @@ def load(*files): """Load the given configuration files, merge them in the given order - and return the resulting :class:`configmix.config.Configuration` - dictionary. + and return the resulting configuration dictionary. + + :param files: the filenames of the configuration files to read and merge + :returns: the configuration + :rtype: ~configmix.config.Configuration """ if not files:
