summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-13 22:08:54 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-13 22:08:54 (GMT)
commit335957e087adacdf3d021049879685cf6757733a (patch)
tree04ace8a2a64a49935034f5602965b05fc4843ce0 /Doc
parent30e6a64e7675b16c5ba501d98de4702c468b134d (diff)
downloadcpython-335957e087adacdf3d021049879685cf6757733a.zip
cpython-335957e087adacdf3d021049879685cf6757733a.tar.gz
cpython-335957e087adacdf3d021049879685cf6757733a.tar.bz2
Correct a typo. Found by Lauri Hakko on docs@.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 83f151b..d543973 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -733,7 +733,7 @@ http
----
:meth:`~http.server.BaseHTTPRequestHandler.send_error` now accepts an
-optional additional *exaplain* parameter which can be used to provide an
+optional additional *explain* parameter which can be used to provide an
extended error description, overriding the hardcoded default if there is one.
This extended error description will be formatted using the
:attr:`~http.server.HTTP.error_message_format` attribute and sent as the body