projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4af5c8c
)
Typo fix
author
Andrew M. Kuchling
<amk@amk.ca>
Tue, 7 Mar 2006 16:16:07 +0000
(16:16 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Tue, 7 Mar 2006 16:16:07 +0000
(16:16 +0000)
Lib/BaseHTTPServer.py
patch
|
blob
|
history
diff --git
a/Lib/BaseHTTPServer.py
b/Lib/BaseHTTPServer.py
index a041ef288cf086ac320c78f97de333a6d671d9da..396e4d6a3b48797d5bebcbd50c6702c913fcb072 100644
(file)
--- 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_re
s
ponse().
"""