From 0a0a135bae2692d069b18d2d590397fbe0a0d39a Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 5 Jul 2021 19:47:27 -0400 Subject: Fix Sphinx directive type in 3.6.14 changelog. --- Misc/NEWS.d/3.6.14.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.6.14.rst b/Misc/NEWS.d/3.6.14.rst index 3569f71..c0bfe41 100644 --- a/Misc/NEWS.d/3.6.14.rst +++ b/Misc/NEWS.d/3.6.14.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