mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
SF bug #835457: Small typo in logging documentation
This commit is contained in:
parent
c24c9106e8
commit
e21f606657
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class RotatingFileHandler(logging.FileHandler):
|
||||||
Emit a record.
|
Emit a record.
|
||||||
|
|
||||||
Output the record to the file, catering for rollover as described
|
Output the record to the file, catering for rollover as described
|
||||||
in setRollover().
|
in doRollover().
|
||||||
"""
|
"""
|
||||||
if self.maxBytes > 0: # are we rolling over?
|
if self.maxBytes > 0: # are we rolling over?
|
||||||
msg = "%s\n" % self.format(record)
|
msg = "%s\n" % self.format(record)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue