commit | f2231160016bfc1c855ee602f6c73e22cc10f88b | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 09 22:05:50 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon May 09 22:05:50 2011 +0100 |
tree | c685fc4eb53f75354b5ef6c68ba50961b73c7042 | |
parent | 606c3f548683a2fc8b7e53aeaafc279bb584eebf [diff] |
Update incorrect comment.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 44ab19f..07bb46a 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -1485,7 +1485,7 @@ self.handled.set() def test_output(self): - # The log message sent to the SysLogHandler is properly received. + # The log message sent to the HTTPHandler is properly received. logger = logging.getLogger("http") for method in ('GET', 'POST'): self.h_hdlr.method = method