Skip to content
Snippets Groups Projects
Unverified Commit 7f9c084f authored by Julien Palard's avatar Julien Palard Committed by GitHub
Browse files

[doc] fix superfluous backtick in front of role. (GH-32220)

parent 1be3260a
No related branches found
No related tags found
No related merge requests found
...@@ -1017,8 +1017,8 @@ Porting to Python 3.11 ...@@ -1017,8 +1017,8 @@ Porting to Python 3.11
instead. instead.
Debuggers that accessed the ``f_locals`` directly *must* call Debuggers that accessed the ``f_locals`` directly *must* call
`:c:func:`PyFrame_GetLocals` instead. They no longer need to call :c:func:`PyFrame_GetLocals` instead. They no longer need to call
`:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`, :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
in fact they should not call those functions. The necessary updating of the in fact they should not call those functions. The necessary updating of the
frame is now managed by the virtual machine. frame is now managed by the virtual machine.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment