commit | e21f6066574cfecbf0f5783ae924309a1afba0b0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Nov 08 11:40:03 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Nov 08 11:40:03 2003 +0000 |
tree | 8af284a17ec555d7463e0e0d60eeb2093eb86f79 | |
parent | c24c9106e826aa3a6d64c60b76ee015210aea2d1 [diff] |
SF bug #835457: Small typo in logging documentation
diff --git a/Lib/logging/handlers.py b/Lib/logging/handlers.py index 7ed1135..26ca8ad 100644 --- a/Lib/logging/handlers.py +++ b/Lib/logging/handlers.py
@@ -96,7 +96,7 @@ 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)