mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Update incorrect comment.
This commit is contained in:
parent
606c3f5486
commit
f223116001
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue