PEP 691: fix a mistyping of `HTTP` when `HTML` was intended

This commit is contained in:
Brett Cannon 2022-05-05 17:38:36 -07:00 committed by GitHub
parent 171c27e292
commit a155de23cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ switch to JSON default in the future):
Using ``text/html`` will also work, which will serve the latest API version. To
be explicit, clients should use specific HTML ``Accept``. If no
``Accept`` is specified, the latest HTTP version will be returned unless
``Accept`` is specified, the latest HTML version will be returned unless
the backend *only* supports JSON. Backends may default to returning JSON in the
future.