Kaydet (Commit) e21f6066 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #835457: Small typo in logging documentation

üst c24c9106
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment