Apply 3 suggestion(s) to 2 file(s)

This commit is contained in:
Hans-Christoph Steiner 2022-10-06 13:55:38 +00:00
parent e967fc61cf
commit 9ccf583061
2 changed files with 3 additions and 3 deletions

View file

@ -325,7 +325,7 @@ def fill_config_defaults(thisconfig):
def get_config(opts=None):
"""Get config instace. This function takes care of initaling config data before returning it."""
"""Get config instace. This function takes care of initializing config data before returning it."""
global config, options
if config is not None: