comparison configmix/__init__.py @ 736:324ae9a56a75

Typo in docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 Oct 2023 10:17:22 +0100
parents 50dea7892b62
children e069797f0e36
comparison
equal deleted inserted replaced
735:b01d76710ddb 736:324ae9a56a75
397 into `default` 397 into `default`
398 :param ~configmix.config.Configuration default: 398 :param ~configmix.config.Configuration default:
399 the base configuration where `user` is logically merged into 399 the base configuration where `user` is logically merged into
400 :param bool filter_comments: flag whether to filter comment keys that 400 :param bool filter_comments: flag whether to filter comment keys that
401 start with any of the items in :data:`.COMMENTS` 401 start with any of the items in :data:`.COMMENTS`
402 :param bool extens_lists: When ``True`` then lists will be extended instead of 402 :param bool extend_lists: When ``True`` then lists will be
403 overwritten by the merge process 403 extended instead of overwritten by the
404 merge process
404 :returns: `user` with the necessary amendments from `default`. 405 :returns: `user` with the necessary amendments from `default`.
405 If `user` is ``None`` then `default` is returned. 406 If `user` is ``None`` then `default` is returned.
406 407
407 .. note:: The configuration in `user` is augmented/changed 408 .. note:: The configuration in `user` is augmented/changed
408 **inplace**. 409 **inplace**.