From f2231160016bfc1c855ee602f6c73e22cc10f88b Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 9 May 2011 22:05:50 +0100 Subject: [PATCH] Update incorrect comment. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 44ab19f43358..07bb46a0a706 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 -- 2.47.3