diff --git a/library/pdb.po b/library/pdb.po index 1333a68e..6b8b1129 100644 --- a/library/pdb.po +++ b/library/pdb.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-03-11 12:59+0100\n" -"PO-Revision-Date: 2018-09-28 19:18+0200\n" -"Last-Translator: Stéphane Wirtel \n" +"PO-Revision-Date: 2019-03-27 17:22+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.0.9\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/library/pdb.rst:4 msgid ":mod:`pdb` --- The Python Debugger" @@ -134,6 +134,9 @@ msgid "" "The built-in :func:`breakpoint()`, when called with defaults, can be used " "instead of ``import pdb; pdb.set_trace()``." msgstr "" +"La fonction standard :func:`breakpoint()`, quand elle est appelée avec les " +"valeurs par défaut, peut être utilisée en lieu et place de ``import pdb; pdb." +"set_trace()``." #: ../Doc/library/pdb.rst:83 msgid "The typical usage to inspect a crashed program is::"