summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0b1.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-01-27 13:06:59 (GMT)
committerGitHub <noreply@github.com>2024-01-27 13:06:59 (GMT)
commitb6623d61d4e07aefd15d910ef67837c66bceaf32 (patch)
tree5b8e29ccf324cf51d437fd153742d50f4867513f /Misc/NEWS.d/3.11.0b1.rst
parent11c582235d86b6020710eff282eeb381a7bf7bb7 (diff)
downloadcpython-b6623d61d4e07aefd15d910ef67837c66bceaf32.zip
cpython-b6623d61d4e07aefd15d910ef67837c66bceaf32.tar.gz
cpython-b6623d61d4e07aefd15d910ef67837c66bceaf32.tar.bz2
gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)
Diffstat (limited to 'Misc/NEWS.d/3.11.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.11.0b1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.11.0b1.rst b/Misc/NEWS.d/3.11.0b1.rst
index 2c30dc6..f929667 100644
--- a/Misc/NEWS.d/3.11.0b1.rst
+++ b/Misc/NEWS.d/3.11.0b1.rst
@@ -403,8 +403,8 @@ so this led to crashes. The problem is now fixed.
.. nonce: 6S_uoU
.. section: Core and Builtins
-Make opcodes :opcode:`JUMP_IF_TRUE_OR_POP` and
-:opcode:`JUMP_IF_FALSE_OR_POP` relative rather than absolute.
+Make opcodes :opcode:`!JUMP_IF_TRUE_OR_POP` and
+:opcode:`!JUMP_IF_FALSE_OR_POP` relative rather than absolute.
..