From 74cba94c2f3cd61500a9e17443ea8ba44ceff210 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 1 Mar 2023 15:23:39 -0800 Subject: [PATCH] Fix pydocs --- src/pyutils/logging_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyutils/logging_utils.py b/src/pyutils/logging_utils.py index 5d7ae1a..2349438 100644 --- a/src/pyutils/logging_utils.py +++ b/src/pyutils/logging_utils.py @@ -520,7 +520,7 @@ class MillisecondAwareOptionallyPrependingFormatter(logging.Formatter): .. note:: You probably don't need to use this directly but it is - wired in under :meth:initialize_logging so that the + wired in under :meth:`initialize_logging` so that the timestamps in log messages have millisecond level precision. -- 2.46.0