From: Ned Deily Date: Mon, 5 Jul 2021 23:46:32 +0000 (-0400) Subject: Fix Sphinx directive typo in 3.7.11 changelog. X-Git-Tag: v3.7.12~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041bfafeb00b0e5e565986b01c00bf9cddce3b4c;p=thirdparty%2FPython%2Fcpython.git Fix Sphinx directive typo in 3.7.11 changelog. --- diff --git a/Misc/NEWS.d/3.7.11.rst b/Misc/NEWS.d/3.7.11.rst index be63cd164ae3..7e5308a7c627 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. ..