bpo-44022: Fix Sphinx role in NEWS entry (GH-27033)

This commit is contained in:
Sergey Fedoseev 2021-07-05 19:44:06 +05:00 committed by GitHub
parent b324c4c5f7
commit 7ac7a0c0f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
mod:`http.client` now avoids infinitely reading potential HTTP headers after a
:mod:`http.client` now avoids infinitely reading potential HTTP headers after a
``100 Continue`` status response from the server.