]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44022: Fix Sphinx role in NEWS entry (GH-27033)
authorSergey Fedoseev <fedoseev.sergey@gmail.com>
Mon, 5 Jul 2021 14:44:06 +0000 (19:44 +0500)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 14:44:06 +0000 (07:44 -0700)
Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst

index cf6b63e39615581a02cbf37533e9f6bdce1e4d19..9669fc5ef37dde0fea8ec4ad68d7605fe1cb26ee 100644 (file)
@@ -1,2 +1,2 @@
-mod:`http.client` now avoids infinitely reading potential HTTP headers after a
+:mod:`http.client` now avoids infinitely reading potential HTTP headers after a
 ``100 Continue`` status response from the server.