PEP 691: fix a mistyping of `HTTP` when `HTML` was intended
This commit is contained in:
parent
171c27e292
commit
a155de23cc
|
@ -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
|
Using ``text/html`` will also work, which will serve the latest API version. To
|
||||||
be explicit, clients should use specific HTML ``Accept``. If no
|
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
|
the backend *only* supports JSON. Backends may default to returning JSON in the
|
||||||
future.
|
future.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue