Skip to content

Commit c280ed8

Browse files
committed
gh-135056: Clarify wording about non-200 response header logic
1 parent 53965ff commit c280ed8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/http.server.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,7 @@ instantiation, of which this module provides three different variants:
404404

405405
A sequence of ``(name, value)`` pairs containing user-defined extra
406406
HTTP response headers to add to each successful HTTP status 200 response.
407-
All other status code responses will not include these headers.
408-
407+
These headers are not included in other status code responses.
409408

410409
The :class:`SimpleHTTPRequestHandler` class defines the following methods:
411410

0 commit comments

Comments
 (0)