Commit ec73cd4b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Typo fix

parent 4af5c8ce
......@@ -389,7 +389,7 @@ class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler):
def log_request(self, code='-', size='-'):
"""Log an accepted request.
This is called by send_reponse().
This is called by send_response().
"""
......
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