From b03fd794aa1b49dde26af73872b040dd4042ebb6 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 17 May 2025 19:29:18 +0200 Subject: [PATCH] config: fix typo in doc-comment --- src/worblehat/services/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worblehat/services/config.py b/src/worblehat/services/config.py index bf4e6aa..ea81af3 100644 --- a/src/worblehat/services/config.py +++ b/src/worblehat/services/config.py @@ -9,7 +9,7 @@ class Config: This class is a singleton which holds the configuration for the application. It is initialized by calling `Config.load_configuration()` with a dictionary of arguments. The arguments are usually the result - of calling `vars(arg_parser.parse_args())` where `arg_parser` i s the + of calling `vars(arg_parser.parse_args())` where `arg_parser` is the argument parser from `worblehat/services/argument_parser.py`. The class also provides some utility functions for accessing several