Skip to content

Commit 53965ff

Browse files
committed
gh-135056: Prefer user-defined to user specified in http.server docs
1 parent be78515 commit 53965ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/http.server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ instantiation, of which this module provides three different variants:
402402

403403
.. attribute:: extra_response_headers
404404

405-
A sequence of ``(name, value)`` pairs containing user specified extra
405+
A sequence of ``(name, value)`` pairs containing user-defined extra
406406
HTTP response headers to add to each successful HTTP status 200 response.
407407
All other status code responses will not include these headers.
408408

@@ -440,7 +440,7 @@ instantiation, of which this module provides three different variants:
440440
``'Last-Modified:'`` header with the file's modification time.
441441

442442
The instance attribute ``extra_response_headers`` is a sequence of
443-
``(name, value)`` pairs containing user specified extra response headers.
443+
``(name, value)`` pairs containing user-defined extra response headers.
444444

445445
Then follows a blank line signifying the end of the headers, and then the
446446
contents of the file are output.

0 commit comments

Comments
 (0)