Skip to content

Commit f2009cf

Browse files
sharktideAA-Turner
andauthored
Reword Suggestiob
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent e783c20 commit f2009cf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/library/http.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ The :mod:`http` module also defines the following enums that help you work with
5252
HTTP status codes
5353
-----------------
5454

55-
:class:`http.HTTPStatus` supports some `IANA-registered status codes <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>`_, as well as 418 (the requested entity is a teapot incapable of brewing coffee)
55+
The supported `IANA-registered status codes`__ available in
56+
:class:`http.HTTPStatus` are enumerated in the table below,
57+
including some codes marked by IANA as 'unused'.
58+
59+
__ https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
5660

5761
======= =================================== ==================================================================
5862
Code Enum Name Details

0 commit comments

Comments
 (0)