Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2b25 commit c788795Copy full SHA for c788795
c-api/reflection.po
@@ -47,7 +47,7 @@ msgid ""
47
"to access the :attr:`~frame.f_locals` attribute of the currently executing "
48
"frame."
49
msgstr ""
50
-"Utiliza :c:func:`PyEval_GetFrameLocals` para obtener el mismo comportamiento "
+"Utilice :c:func:`PyEval_GetFrameLocals` para obtener el mismo comportamiento "
51
"que llamando a :func:`locals` en código Python, o bien llama "
52
"a :c:func:`PyFrame_GetLocals` sobre el resultado "
53
"de :c:func:`PyEval_GetFrame` para acceder al "
0 commit comments