Skip to content

Commit ed0b0b3

Browse files
committed
gh-135056: Fix ReST fully qualified ref to SimpleHTTPRequestHandler
1 parent 303ab5b commit ed0b0b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ http.server
378378
-----------
379379

380380
* Added a new ``extra_response_headers`` keyword argument to
381-
:class:`SimpleHTTPRequestHandler` to support custom headers in HTTP responses.
381+
:class:`~http.server.SimpleHTTPRequestHandler` to support custom headers in
382+
HTTP responses.
382383
(Contributed by Anton I. Sipos in :gh:`135057`.)
383384

384385
* Added a ``-H`` or ``--header`` flag to the :program:`python -m http.server`

0 commit comments

Comments
 (0)