Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst
index 98b5ce4..e5a9ebb 100644
--- a/Doc/library/basehttpserver.rst
+++ b/Doc/library/basehttpserver.rst
@@ -240,7 +240,7 @@
       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()