summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-16 22:23:30 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-16 22:23:30 +0200
commit2acd2930779b817237b5ecc623f8fc9869ce05d6 (patch)
treefc374db21a46675de963b8feb88516f3e9728b52
parent399dd7bd8e6d582211657a3ea7d22aa194711446 (diff)
downloadcpython-git-2acd2930779b817237b5ecc623f8fc9869ce05d6.tar.gz
Fix markup/wording.
-rw-r--r--Doc/library/http.server.rst2
1 files changed, 1 insertions, 1 deletions
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)