diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-01-27 13:06:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 13:06:59 (GMT) |
commit | b6623d61d4e07aefd15d910ef67837c66bceaf32 (patch) | |
tree | 5b8e29ccf324cf51d437fd153742d50f4867513f /Misc/NEWS.d/3.11.0b1.rst | |
parent | 11c582235d86b6020710eff282eeb381a7bf7bb7 (diff) | |
download | cpython-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.rst | 4 |
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. .. |