]> granicus.if.org Git - python/commitdiff
Update incorrect comment.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 9 May 2011 21:05:50 +0000 (22:05 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 9 May 2011 21:05:50 +0000 (22:05 +0100)
Lib/test/test_logging.py

index 44ab19f43358a3f9259e7b781bad78dcbf0db27f..07bb46a0a706a9b97368be9ae7f1d2767f2c39f6 100644 (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