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."