mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Typo fix
This commit is contained in:
parent
4af5c8cee4
commit
ec73cd4b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler):
|
||||||
def log_request(self, code='-', size='-'):
|
def log_request(self, code='-', size='-'):
|
||||||
"""Log an accepted request.
|
"""Log an accepted request.
|
||||||
|
|
||||||
This is called by send_reponse().
|
This is called by send_response().
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue