Skip to content

Commit 48a8523

Browse files
committed
Improve docs
1 parent b5d9ffc commit 48a8523

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doc/library/http.server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ provides three different variants:
335335
The *directory* parameter accepts a :term:`path-like object`.
336336

337337
.. versionchanged:: next
338-
Added support for HTTP single-part Range header, as specified in
339-
:rfc:`7233`.
338+
Added support for HTTP single-part range requests on files, as specified
339+
in :rfc:`7233`.
340340

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

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ http
408408
module allow the browser to apply its default dark mode.
409409
(Contributed by Yorik Hansen in :gh:`123430`.)
410410

411-
* Added support for HTTP single-part Range header to
411+
* Added support for HTTP single-part range requests on files to
412412
:class:`~http.server.SimpleHTTPRequestHandler`, as specified in :rfc:`7233`.
413413
(Contributed by Andy Ling in :gh:`86809`.)
414414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added support for HTTP single-part Range header to :class:`~http.server.SimpleHTTPRequestHandler`, as specified in :rfc:`7233`.
1+
Added support for HTTP single-part range requests on files to :class:`~http.server.SimpleHTTPRequestHandler`, as specified in :rfc:`7233`.

0 commit comments

Comments
 (0)