From: Scott Gasch Date: Wed, 1 Mar 2023 23:23:39 +0000 (-0800) Subject: Fix pydocs X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=74cba94c2f3cd61500a9e17443ea8ba44ceff210;p=pyutils.git Fix pydocs --- 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.