From: Ezio Melotti Date: Sat, 16 Mar 2013 20:23:30 +0000 (+0200) Subject: Fix markup/wording. X-Git-Tag: v3.4.0a1~1188^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2acd2930779b817237b5ecc623f8fc9869ce05d6;p=python Fix markup/wording. --- diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst index 3154f8ea72..53139a2239 100644 --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -181,7 +181,7 @@ of which this module provides three different variants: .. versionchanged:: 3.4 The error response includes a Content-Length header. - explain argument was added. + Added the *explain* argument. .. method:: send_response(code, message=None)