Kaydet (Commit) 4ca008b6 authored tarafından Senthil Kumaran's avatar Senthil Kumaran

issue6085 - update docs in default branch

...@@ -248,7 +248,7 @@ of which this module provides three different variants: ...@@ -248,7 +248,7 @@ of which this module provides three different variants:
to create custom error logging mechanisms. The *format* argument is a to create custom error logging mechanisms. The *format* argument is a
standard printf-style format string, where the additional arguments to standard printf-style format string, where the additional arguments to
:meth:`log_message` are applied as inputs to the formatting. The client :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() .. method:: version_string()
......
...@@ -518,7 +518,7 @@ class BaseHTTPRequestHandler(socketserver.StreamRequestHandler): ...@@ -518,7 +518,7 @@ class BaseHTTPRequestHandler(socketserver.StreamRequestHandler):
specified as subsequent arguments (it's just like specified as subsequent arguments (it's just like
printf!). printf!).
The client host and current date/time are prefixed to The client ip and current date/time are prefixed to
every message. every message.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment