Update incorrect comment.

This commit is contained in:
Vinay Sajip 2011-05-09 22:05:50 +01:00
parent 606c3f5486
commit f223116001
1 changed files with 1 additions and 1 deletions

View File

@ -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