From: Vinay Sajip Date: Mon, 9 May 2011 21:05:50 +0000 (+0100) Subject: Update incorrect comment. X-Git-Tag: v3.3.0a1~2329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2231160016bfc1c855ee602f6c73e22cc10f88b;p=python Update incorrect comment. --- diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 44ab19f433..07bb46a0a7 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