8000 gh-135615 Fix incorrect heading outlining http status codes, specifically 418 by sharktide · Pull Request #135625 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-135615 Fix incorrect heading outlining http status codes, specifically 418 #135625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
0