From 7ac7a0c0f03c60934bc924ee144db170a0e0161f Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Mon, 5 Jul 2021 19:44:06 +0500 Subject: [PATCH] bpo-44022: Fix Sphinx role in NEWS entry (GH-27033) --- .../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 cf6b63e3961..9669fc5ef37 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.