# HG changeset patch # User Franz Glasner # Date 1521902110 -3600 # Node ID 2196362c046773bc8428af34be7fba48a37a8066 # Parent 2ee0427911979d0ef705b19034229555f7e22da2 Enhance documentation of "configmix.load()" diff -r 2ee042791197 -r 2196362c0467 configmix/__init__.py --- 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: