Skip to content

Commit f70082b

Browse files
authored
gh-70765: Remove unnecessary extra backtick from Changelog entry (#140071)
1 parent 8e0bf4f commit f70082b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:mod:`http.server`: fix default handling of HTTP/0.9 requests in
22
:class:`~http.server.BaseHTTPRequestHandler`. Previously,
3-
:meth:`!BaseHTTPRequestHandler.parse_request`` incorrectly
3+
:meth:`!BaseHTTPRequestHandler.parse_request` incorrectly
44
waited for headers in the request although those are not
55
supported in HTTP/0.9. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)