summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-04-29 05:41:03 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-04-29 05:41:03 (GMT)
commitdb727b4a7792c5887fc7b198b23e497d758f39e3 (patch)
treef4dfc1826b3e283ecd12da2eb6d01177baf6c47c /Doc
parente990092fd0e17f79f282f4009ce1676bfde09ab4 (diff)
downloadcpython-db727b4a7792c5887fc7b198b23e497d758f39e3.zip
cpython-db727b4a7792c5887fc7b198b23e497d758f39e3.tar.gz
cpython-db727b4a7792c5887fc7b198b23e497d758f39e3.tar.bz2
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/http.server.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst
index 2281c30..300e332 100644
--- a/Doc/library/http.server.rst
+++ b/Doc/library/http.server.rst
@@ -229,7 +229,7 @@ of which this module provides three different variants:
to create custom error logging mechanisms. The *format* argument is a
standard printf-style format string, where the additional arguments to
:meth:`log_message` are applied as inputs to the formatting. The client
- address and current date and time are prefixed to every message logged.
+ ip address and current date and time are prefixed to every message logged.
.. method:: version_string()