]> granicus.if.org Git - python/commitdiff
Corrected comment in cookbook example script.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 9 Apr 2012 18:46:24 +0000 (19:46 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 9 Apr 2012 18:46:24 +0000 (19:46 +0100)
Doc/howto/logging-cookbook.rst

index 2b5444ac463434ec8463b149f48c61bee1f54623..7ee641235abdb0787f787342b8a31fc956d592ef 100644 (file)
@@ -1350,7 +1350,7 @@ works::
         A simple handler for logging events. It runs in the listener process and
         dispatches events to loggers based on the name in the received record,
         which then get dispatched, by the logging system, to the handlers
-        configured for those records.
+        configured for those loggers.
         """
         def handle(self, record):
             logger = logging.getLogger(record.name)