changeset 173:b3ba2b0265b5

Docu: Explicitely tag "defaults" as keyword argument
author Franz Glasner <f.glasner@feldmann-mg.com>
date Fri, 26 Apr 2019 15:27:29 +0200
parents 8138d56d7cd3
children e2505f524ab9
files configmix/__init__.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/__init__.py	Fri Apr 26 14:30:52 2019 +0200
+++ b/configmix/__init__.py	Fri Apr 26 15:27:29 2019 +0200
@@ -46,9 +46,9 @@
     and return the resulting configuration dictionary.
 
     :param files: the filenames of the configuration files to read and merge
-    :param defaults: optional configuration dictionary with some default
-                     settings where the settings from `files` are merged
-                     into
+    :keyword defaults: optional configuration dictionary with some default
+                       settings where the settings from `files` are merged
+                       into
     :type defaults: a configuration dictionary or `None`
     :returns: the configuration
     :rtype: ~configmix.config.Configuration