Skip to content

Commit 7f9c084

Browse files
authored
[doc] fix superfluous backtick in front of role. (GH-32220)
1 parent 1be3260 commit 7f9c084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.11.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,8 @@ Porting to Python 3.11
10171017
instead.
10181018

10191019
Debuggers that accessed the ``f_locals`` directly *must* call
1020-
`:c:func:`PyFrame_GetLocals` instead. They no longer need to call
1021-
`:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
1020+
:c:func:`PyFrame_GetLocals` instead. They no longer need to call
1021+
:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
10221022
in fact they should not call those functions. The necessary updating of the
10231023
frame is now managed by the virtual machine.
10241024

0 commit comments

Comments
 (0)