From 7f9c084fdec7ddcfe8855aa79f98545591ae2261 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 2 Apr 2022 15:08:36 +0200 Subject: [doc] fix superfluous backtick in front of role. (GH-32220) --- Doc/whatsnew/3.11.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 0c7f4af..809cbd5 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1017,8 +1017,8 @@ Porting to Python 3.11 instead. Debuggers that accessed the ``f_locals`` directly *must* call - `:c:func:`PyFrame_GetLocals` instead. They no longer need to call - `:c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`, + :c:func:`PyFrame_GetLocals` instead. They no longer need to call + :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`, in fact they should not call those functions. The necessary updating of the frame is now managed by the virtual machine. -- cgit v0.12