From 07356a2581684b5ac0597a0ce11dab8d27beaff8 Mon Sep 17 00:00:00 2001 From: Thevenel Date: Thu, 23 Feb 2023 03:49:03 +0100 Subject: [PATCH] fixed english word --- c-api/frame.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c-api/frame.po b/c-api/frame.po index c87d22c4..7e67b807 100644 --- a/c-api/frame.po +++ b/c-api/frame.po @@ -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 `." -msgstr "Voir aussi :ref:``" +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."