[Python-checkins] r42897 - python/branches/release24-maint/Lib/BaseHTTPServer.py
andrew.kuchling
python-checkins at python.org
Tue Mar 7 17:17:10 CET 2006
Author: andrew.kuchling
Date: Tue Mar 7 17:17:09 2006
New Revision: 42897
Modified:
python/branches/release24-maint/Lib/BaseHTTPServer.py
Log:
Typo fix
Modified: python/branches/release24-maint/Lib/BaseHTTPServer.py
==============================================================================
--- python/branches/release24-maint/Lib/BaseHTTPServer.py (original)
+++ python/branches/release24-maint/Lib/BaseHTTPServer.py Tue Mar 7 17:17:09 2006
@@ -389,7 +389,7 @@
def log_request(self, code='-', size='-'):
"""Log an accepted request.
- This is called by send_reponse().
+ This is called by send_response().
"""
More information about the Python-checkins
mailing list