fixed english word

This commit is contained in:
Thevenel 2023-02-23 03:49:03 +01:00
parent 23711f9c38
commit 07356a2581
1 changed files with 3 additions and 3 deletions

View File

@ -37,12 +37,12 @@ msgstr "Les membres de la structure API publique ont été retirés de l'API pub
msgid ""
"The :c:func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` functions "
"can be used to get a frame object."
msgstr "Les fonctions :func:`PyEval_GetFrame` and :c:func:`PyThreadState_GetFrame` "
msgstr "Les fonctions :func:`PyEval_GetFrame` et :c:func:`PyThreadState_GetFrame` "
"peuvent être utilisées pour avoir un objet de *frame*."
#: c-api/frame.rst:20
msgid "See also :ref:`Reflection <reflection>`."
msgstr "Voir aussi :ref:`<reflection>`"
msgstr "Voir aussi :ref:`reflection`"
#: c-api/frame.rst:24
msgid ""
@ -124,4 +124,4 @@ msgstr "Obtenir l'attribut (:class:`dict`) ``f_locals`` de *frame*."
#: c-api/frame.rst:111
msgid "Return the line number that *frame* is currently executing."
msgstr "Renvoie la ligne où cette *frame* est en train d'exécuter."
msgstr "Renvoie le numéro de ligne que cette *frame* est en train d'exécuter."