diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2024-01-03 13:04:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 13:04:26 (GMT) |
commit | fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f (patch) | |
tree | 0e3617ea0028170ad23b24b9796146925ca9a64f /Misc/NEWS.d/3.12.0a1.rst | |
parent | 4de468cce106221968d7ac08ddd94571b903c194 (diff) | |
download | cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.zip cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.gz cpython-fab7ad62ceca1f88767bca4e1f06f8e4b1faef2f.tar.bz2 |
gh-101100: Fix Sphinx warnings for removed dead batteries (#113669)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.12.0a1.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0a1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0a1.rst b/Misc/NEWS.d/3.12.0a1.rst index 29d04fa..81ef690 100644 --- a/Misc/NEWS.d/3.12.0a1.rst +++ b/Misc/NEWS.d/3.12.0a1.rst @@ -3617,7 +3617,7 @@ allow access to handlers by name. .. nonce: uw6x5z .. section: Library -The :mod:`smtpd` module was removed per the schedule in :pep:`594`. +The :mod:`!smtpd` module was removed per the schedule in :pep:`594`. .. |