SF bug #835457: Small typo in logging documentation

This commit is contained in:
Raymond Hettinger 2003-11-08 11:40:03 +00:00
parent c24c9106e8
commit e21f606657

View file

@ -96,7 +96,7 @@ class RotatingFileHandler(logging.FileHandler):
Emit a record.
Output the record to the file, catering for rollover as described
in setRollover().
in doRollover().
"""
if self.maxBytes > 0: # are we rolling over?
msg = "%s\n" % self.format(record)