Skip to content

Commit 25706c2

Browse files
authored
Remove unnecessary extra backtick
1 parent be60e4b commit 25706c2

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)