Commit f2231160 authored by Vinay Sajip's avatar Vinay Sajip

Update incorrect comment.

parent 606c3f54
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment