gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071)
(cherry picked from commit
f70082b4777804b69e98192121a61c2048669a16)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
:mod:`http.server`: fix default handling of HTTP/0.9 requests in
:class:`~http.server.BaseHTTPRequestHandler`. Previously,
-:meth:`!BaseHTTPRequestHandler.parse_request`` incorrectly
+:meth:`!BaseHTTPRequestHandler.parse_request` incorrectly
waited for headers in the request although those are not
supported in HTTP/0.9. Patch by Bénédikt Tran.