]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Oct 2025 11:15:36 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 11:15:36 +0000 (11:15 +0000)
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>
Misc/NEWS.d/next/Library/2025-10-02-17-40-10.gh-issue-70765.zVlLZn.rst

index e1a9bbe9afe4d1709a6e3608ce2a36c5a27186c7..d20f881eb09d5538e9fbea81257d43b2acff8833 100644 (file)
@@ -1,5 +1,5 @@
 :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.