[Python-checkins] r42896 - python/trunk/Lib/BaseHTTPServer.py

andrew.kuchling python-checkins at python.org
Tue Mar 7 17:16:08 CET 2006


Author: andrew.kuchling
Date: Tue Mar  7 17:16:07 2006
New Revision: 42896

Modified:
   python/trunk/Lib/BaseHTTPServer.py
Log:
Typo fix

Modified: python/trunk/Lib/BaseHTTPServer.py
==============================================================================
--- python/trunk/Lib/BaseHTTPServer.py	(original)
+++ python/trunk/Lib/BaseHTTPServer.py	Tue Mar  7 17:16:07 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