summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_logging.py2
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