changeset 736:324ae9a56a75

Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 Oct 2023 10:17:22 +0100
parents b01d76710ddb
children 282c8e64d7b1
files configmix/__init__.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configmix/__init__.py	Fri Oct 27 09:32:40 2023 +0200
+++ b/configmix/__init__.py	Sun Oct 29 10:17:22 2023 +0100
@@ -399,8 +399,9 @@
                 the base configuration where `user` is logically merged into
     :param bool filter_comments: flag whether to filter comment keys that
                    start with any of the items in :data:`.COMMENTS`
-    :param bool extens_lists: When ``True`` then lists will be extended instead of
-                              overwritten by the merge process
+    :param bool extend_lists: When ``True`` then lists will be
+                              extended instead of overwritten by the
+                              merge process
     :returns: `user` with the necessary amendments from `default`.
               If `user` is ``None`` then `default` is returned.