[Python-checkins] cpython: Correct a typo. Found by Lauri Hakko on docs at .

zach.ware python-checkins at python.org
Mon Jan 13 23:09:17 CET 2014


http://hg.python.org/cpython/rev/d2366d910386
changeset:   88449:d2366d910386
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jan 13 16:08:54 2014 -0600
summary:
  Correct a typo.  Found by Lauri Hakko on docs at .

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -733,7 +733,7 @@
 ----
 
 :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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list