Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d47f0d6

Browse files
committed
merge heads
2 parents ca819c3 + 838e638 commit d47f0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ works::
13501350
A simple handler for logging events. It runs in the listener process and
13511351
dispatches events to loggers based on the name in the received record,
13521352
which then get dispatched, by the logging system, to the handlers
1353-
configured for those records.
1353+
configured for those loggers.
13541354
"""
13551355
def handle(self, record):
13561356
logger = logging.getLogger(record.name)

0 commit comments

Comments
 (0)