From a155de23ccf49930a2193ce36a2b0cd73513291b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 5 May 2022 17:38:36 -0700 Subject: [PATCH] PEP 691: fix a mistyping of `HTTP` when `HTML` was intended --- pep-0691.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0691.rst b/pep-0691.rst index 267d75d92..0ce4837e3 100644 --- a/pep-0691.rst +++ b/pep-0691.rst @@ -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.