http://hg.python.org/cpython/rev/9a56825dd2f5 changeset: 82700:9a56825dd2f5 user: Ezio Melotti <ezio.melotti at gmail.com> date: Sat Mar 16 22:23:30 2013 +0200 summary: Fix markup/wording. files: Doc/library/http.server.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/library/http.server.rst b/Doc/library/http.server.rst --- a/Doc/library/http.server.rst +++ b/Doc/library/http.server.rst @@ -181,7 +181,7 @@ .. 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) -- Repository URL: http://hg.python.org/cpython