summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.server.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-16 20:23:30 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-16 20:23:30 (GMT)
commit2acd2930779b817237b5ecc623f8fc9869ce05d6 (patch)
treefc374db21a46675de963b8feb88516f3e9728b52 /Doc/library/http.server.rst
parent399dd7bd8e6d582211657a3ea7d22aa194711446 (diff)
downloadcpython-2acd2930779b817237b5ecc623f8fc9869ce05d6.zip
cpython-2acd2930779b817237b5ecc623f8fc9869ce05d6.tar.gz
cpython-2acd2930779b817237b5ecc623f8fc9869ce05d6.tar.bz2
Fix markup/wording.
Diffstat (limited to 'Doc/library/http.server.rst')
-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 3154f8e..53139a2 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)