summaryrefslogtreecommitdiff
path: root/Lib/BaseHTTPServer.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-03-07 16:16:07 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-03-07 16:16:07 +0000
commit4ac2916b959a724d35c9d6c2ed550534b4133d28 (patch)
tree221262f9e58cc1d6814655bdbc8b66ac4dacf191 /Lib/BaseHTTPServer.py
parentdfc47a8b931a2e519e292278fb641e7f6b2d47e7 (diff)
downloadcpython-4ac2916b959a724d35c9d6c2ed550534b4133d28.tar.gz
Typo fix
Diffstat (limited to 'Lib/BaseHTTPServer.py')
-rw-r--r--Lib/BaseHTTPServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py
index a041ef288c..396e4d6a3b 100644
--- a/Lib/BaseHTTPServer.py
+++ b/Lib/BaseHTTPServer.py
@@ -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().
"""