summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-07-05 23:47:27 (GMT)
committerNed Deily <nad@python.org>2021-07-05 23:47:27 (GMT)
commit0a0a135bae2692d069b18d2d590397fbe0a0d39a (patch)
tree1b7930ca9923d325faecbdfebfabe0a37193143f
parentaf1e6b9f1adf77c64819b37935e0ed3fd99be132 (diff)
downloadcpython-0a0a135bae2692d069b18d2d590397fbe0a0d39a.zip
cpython-0a0a135bae2692d069b18d2d590397fbe0a0d39a.tar.gz
cpython-0a0a135bae2692d069b18d2d590397fbe0a0d39a.tar.bz2
Fix Sphinx directive type in 3.6.14 changelog.
-rw-r--r--Misc/NEWS.d/3.6.14.rst2
1 files changed, 1 insertions, 1 deletions
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.
..