From aa1a59d0a3425d1bee5e50a2f5d8c7020602ecc4 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Mon, 26 Dec 2022 02:32:14 +0200 Subject: [PATCH] fix property description in docs --- src/ahriman/core/log/lazy_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ahriman/core/log/lazy_logging.py b/src/ahriman/core/log/lazy_logging.py index 47360f29..841b4297 100644 --- a/src/ahriman/core/log/lazy_logging.py +++ b/src/ahriman/core/log/lazy_logging.py @@ -38,7 +38,7 @@ class LazyLogging: logger extractor Args: - item(str) property name: + item(str): property name Returns: Any: attribute by its name