]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Mar 2006 16:17:09 +0000 (16:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Mar 2006 16:17:09 +0000 (16:17 +0000)
Lib/BaseHTTPServer.py

index 722b50cea31ad9aa104440f00be50a87cb932ef9..90ea021c31c136476f086e650fae1a8be22f7634 100644 (file)
@@ -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().
 
         """