From: Scott Gasch Date: Sat, 10 Jun 2023 20:46:39 +0000 (-0700) Subject: Fix typo in docs X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=2b729ca27ada5e40f0a23c759484cc517503dc49;p=pyutils.git Fix typo in docs --- diff --git a/src/pyutils/logging_utils.py b/src/pyutils/logging_utils.py index dbc8a6f..10b96ee 100644 --- a/src/pyutils/logging_utils.py +++ b/src/pyutils/logging_utils.py @@ -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).