diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-07-08 20:30:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 20:30:05 (GMT) |
commit | 006b53a42f72be83ecdfc39f3603cdd66bfcdc45 (patch) | |
tree | 9f90a4db516d1a0212b1696cb90d4aa04e06de1b /Misc/NEWS.d/3.10.0a2.rst | |
parent | 2be37ec8e2f68d2c2fce7ea7b9eef73d218a22f9 (diff) | |
download | cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.zip cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.gz cpython-006b53a42f72be83ecdfc39f3603cdd66bfcdc45.tar.bz2 |
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.10.0a2.rst')
-rw-r--r-- | Misc/NEWS.d/3.10.0a2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst index 79f5704..bdf9488 100644 --- a/Misc/NEWS.d/3.10.0a2.rst +++ b/Misc/NEWS.d/3.10.0a2.rst @@ -362,7 +362,7 @@ plistlib: fix parsing XML plists with hexadecimal integer values .. nonce: 85BsRA .. section: Library -Fix an incorrectly formatted error from :meth:`_codecs.charmap_decode` when +Fix an incorrectly formatted error from :meth:`!_codecs.charmap_decode` when called with a mapped value outside the range of valid Unicode code points. PR by Max Bernstein. |