diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-05-09 21:05:50 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-05-09 21:05:50 (GMT) |
commit | f2231160016bfc1c855ee602f6c73e22cc10f88b (patch) | |
tree | c685fc4eb53f75354b5ef6c68ba50961b73c7042 /Lib/test/test_logging.py | |
parent | 606c3f548683a2fc8b7e53aeaafc279bb584eebf (diff) | |
download | cpython-f2231160016bfc1c855ee602f6c73e22cc10f88b.zip cpython-f2231160016bfc1c855ee602f6c73e22cc10f88b.tar.gz cpython-f2231160016bfc1c855ee602f6c73e22cc10f88b.tar.bz2 |
Update incorrect comment.
Diffstat (limited to 'Lib/test/test_logging.py')
-rw-r--r-- | Lib/test/test_logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ class HTTPHandlerTest(BaseTest): 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 |