From 7ac7a0c0f03c60934bc924ee144db170a0e0161f Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 5 Jul 2021 19:44:06 +0500 Subject: bpo-44022: Fix Sphinx role in NEWS entry (GH-27033) --- Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst b/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst index cf6b63e..9669fc5 100644 --- a/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst +++ b/Misc/NEWS.d/next/Security/2021-05-05-17-37-04.bpo-44022.bS3XJ9.rst @@ -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. -- cgit v0.12