diff --git a/library/pdb.po b/library/pdb.po index 43a6de0c..b07da5af 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-12-05 23:16+0100\n" -"PO-Revision-Date: 2019-06-08 15:18+0200\n" +"PO-Revision-Date: 2020-02-04 19:59+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.3\n" #: ../Doc/library/pdb.rst:4 msgid ":mod:`pdb` --- The Python Debugger" @@ -291,7 +291,7 @@ msgstr "Exemple d'appel pour activer le traçage avec *skip* ::" #: ../Doc/library/pdb.rst:185 msgid "" "Raises an :ref:`auditing event ` ``pdb.Pdb`` with no arguments." -msgstr "" +msgstr "Lève un :ref:`évènement d'audit ` ``pdb.Pdb`` sans argument." #: ../Doc/library/pdb.rst:186 msgid "The *skip* argument." @@ -875,6 +875,9 @@ msgid "" "Enter a recursive debugger that steps through the code argument (which is an " "arbitrary expression or statement to be executed in the current environment)." msgstr "" +"Entre dans un débogueur récursif qui parcours l'argument ``code`` (qui est " +"une expression arbitraire ou une instruction à exécuter dans l'environnement " +"courant)." #: ../Doc/library/pdb.rst:544 msgid "Footnotes"