diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-06-16 05:08:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-06-16 05:08:31 (GMT) |
commit | c151f7846d6d900c22edaaa77f5f7771b529099e (patch) | |
tree | 986c9e7904eb1dbd890f830d94ddb0a334107e36 /Doc/whatsnew/3.3.rst | |
parent | b193fa996a746111252156f11fb14c12fd6267e6 (diff) | |
download | cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.zip cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.gz cpython-c151f7846d6d900c22edaaa77f5f7771b529099e.tar.bz2 |
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 7e5133d..0575ac9 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1414,7 +1414,7 @@ http :class:`http.server.BaseHTTPRequestHandler` now buffers the headers and writes them all at once when :meth:`~http.server.BaseHTTPRequestHandler.end_headers` is called. A new method :meth:`~http.server.BaseHTTPRequestHandler.flush_headers` -can be used to directly manage when the accumlated headers are sent. +can be used to directly manage when the accumulated headers are sent. (Contributed by Andrew Schaaf in :issue:`3709`.) :class:`http.server` now produces valid ``HTML 4.01 strict`` output. |