diff options
author | Ned Deily <nad@python.org> | 2021-07-05 23:47:27 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2021-07-05 23:47:27 (GMT) |
commit | 0a0a135bae2692d069b18d2d590397fbe0a0d39a (patch) | |
tree | 1b7930ca9923d325faecbdfebfabe0a37193143f | |
parent | af1e6b9f1adf77c64819b37935e0ed3fd99be132 (diff) | |
download | cpython-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.rst | 2 |
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. .. |