diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-13 08:59:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 08:59:47 (GMT) |
commit | 3bf2a4a3827176b51d1305275e54706cd3b9febd (patch) | |
tree | 43cf458c2352cebc4a1deb0c3da9fd8b21e84e51 /Misc/NEWS.d/3.12.0b1.rst | |
parent | e328115254d7f3f092026747f65726088ce0a708 (diff) | |
download | cpython-3bf2a4a3827176b51d1305275e54706cd3b9febd.zip cpython-3bf2a4a3827176b51d1305275e54706cd3b9febd.tar.gz cpython-3bf2a4a3827176b51d1305275e54706cd3b9febd.tar.bz2 |
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043)
gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)
(cherry picked from commit 3531ea441b8b76bff90d2ecc062335da65fd3341)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Misc/NEWS.d/3.12.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.12.0b1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst index 4bd2c52..c850608 100644 --- a/Misc/NEWS.d/3.12.0b1.rst +++ b/Misc/NEWS.d/3.12.0b1.rst @@ -880,7 +880,7 @@ Update the ``repr`` of :class:`typing.Unpack` according to :pep:`692`. .. section: Library Make :mod:`dis` display the names of the args for -:opcode:`CALL_INTRINSIC_*`. +:opcode:`!CALL_INTRINSIC_*`. .. |