Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Doc/library/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ The :mod:`http` module also defines the following enums that help you work with
HTTP status codes
-----------------

Supported,
`IANA-registered status codes <https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml>`_
Supported HTTP status codes
available in :class:`http.HTTPStatus` are:

======= =================================== ==================================================================
Expand Down
Loading