From 041bfafeb00b0e5e565986b01c00bf9cddce3b4c Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 5 Jul 2021 19:46:32 -0400 Subject: Fix Sphinx directive typo in 3.7.11 changelog. --- Misc/NEWS.d/3.7.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.7.11.rst b/Misc/NEWS.d/3.7.11.rst index be63cd1..7e5308a 100644 --- a/Misc/NEWS.d/3.7.11.rst +++ b/Misc/NEWS.d/3.7.11.rst @@ -4,7 +4,7 @@ .. release date: 2021-06-28 .. section: Security -mod:`http.client` now avoids infinitely reading potential HTTP headers after +:mod:`http.client` now avoids infinitely reading potential HTTP headers after a ``100 Continue`` status response from the server. .. -- cgit v0.12