Skip to content

Commit be78515

Browse files
committed
gh-135056: Clarify extra_response_headers is a paramter
in http.server.rst version_changed section.
1 parent fae21f9 commit be78515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ instantiation, of which this module provides three different variants:
376376
The *directory* parameter accepts a :term:`path-like object`.
377377

378378
.. versionchanged:: next
379-
Added *extra_response_headers*.
379+
Added *extra_response_headers* parameter.
380380

381381
A lot of the work, such as parsing the request, is done by the base class
382382
:class:`BaseHTTPRequestHandler`. This class implements the :func:`do_GET`

0 commit comments

Comments
 (0)