issue6085 - update docs in default branch

This commit is contained in:
Senthil Kumaran 2012-04-29 13:44:14 +08:00
commit 4ca008b643
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,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()

View File

@ -518,7 +518,7 @@ class BaseHTTPRequestHandler(socketserver.StreamRequestHandler):
specified as subsequent arguments (it's just like
printf!).
The client host and current date/time are prefixed to
The client ip and current date/time are prefixed to
every message.
"""