Fix pydocs
authorScott Gasch <[email protected]>
Wed, 1 Mar 2023 23:23:39 +0000 (15:23 -0800)
committerScott Gasch <[email protected]>
Wed, 1 Mar 2023 23:23:39 +0000 (15:23 -0800)
src/pyutils/logging_utils.py

index 5d7ae1ab7e54a95f727a497f55c964259b0bd252..23494388ac36b01ca8aed52e48f402487519a512 100644 (file)
@@ -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.