Corrected comment in cookbook example script.

This commit is contained in:
Vinay Sajip 2012-04-09 19:46:24 +01:00
parent c0aa9eeb90
commit 838e638a96
1 changed files with 1 additions and 1 deletions

View 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)