[Python-checkins] Fix Sphinx directive typo in 3.7.11 changelog.

ned-deily webhook-mailer at python.org
Mon Jul 5 19:49:17 EDT 2021


https://github.com/python/cpython/commit/041bfafeb00b0e5e565986b01c00bf9cddce3b4c
commit: 041bfafeb00b0e5e565986b01c00bf9cddce3b4c
branch: 3.7
author: Ned Deily <nad at python.org>
committer: ned-deily <nad at python.org>
date: 2021-07-05T19:46:32-04:00
summary:

Fix Sphinx directive typo in 3.7.11 changelog.

files:
M Misc/NEWS.d/3.7.11.rst

diff --git a/Misc/NEWS.d/3.7.11.rst b/Misc/NEWS.d/3.7.11.rst
index be63cd164ae3a2..7e5308a7c62755 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.
 
 ..



More information about the Python-checkins mailing list