Fix typo in docs
authorScott Gasch <[email protected]>
Sat, 10 Jun 2023 20:46:39 +0000 (13:46 -0700)
committerScott Gasch <[email protected]>
Sat, 10 Jun 2023 20:46:39 +0000 (13:46 -0700)
src/pyutils/logging_utils.py

index dbc8a6fcb3c14243fe93a343ae31ba8f373d6696..10b96eef09d1b71b92cfcf5a6743b6607da094ee 100644 (file)
@@ -620,7 +620,7 @@ class LoggingContext(contextlib.ContextDecorator):
             ...     logger.info("Working on it now")
             10.0.0.13> Working on it now
 
-            logger.info("Done with that request")
+            >>> logger.info("Done with that request")
             Done with that request
 
         LoggingContext can also be used to add temporary handler(s).