From 7f7a3d95750f54eeb47bbdf33642137d6824c0ca Mon Sep 17 00:00:00 2001 From: Bot57 <75119369+Bot57@users.noreply.github.com> Date: Wed, 24 Mar 2021 21:12:53 +0100 Subject: [PATCH] revu errors.po (#1574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit première contribution à la traduction de la doc python ! --- tutorial/errors.po | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tutorial/errors.po b/tutorial/errors.po index 5fed5955..f7757660 100644 --- a/tutorial/errors.po +++ b/tutorial/errors.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-12-17 16:05+0100\n" -"PO-Revision-Date: 2020-09-30 14:20+0200\n" -"Last-Translator: Jules Lasne \n" +"PO-Revision-Date: 2021-03-24 19:55+0100\n" +"Last-Translator: Thibaut HUBERT \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.4.1\n" +"X-Generator: Poedit 2.4.2\n" #: tutorial/errors.rst:5 msgid "Errors and Exceptions" @@ -361,14 +361,12 @@ msgid "Exception Chaining" msgstr "Chaînage d'exceptions" #: tutorial/errors.rst:275 -#, fuzzy msgid "" "The :keyword:`raise` statement allows an optional :keyword:`from` which " "enables chaining exceptions. For example::" msgstr "" "L'instruction :keyword:`raise` autorise un :keyword:`from` optionnel qui " -"permets de chaîner les exceptions en définissant l'attribut ``__cause__`` de " -"l'exception levée. Par exemple ::" +"permet de chaîner les exceptions. Par exemple ::" #: tutorial/errors.rst:281 msgid "This can be useful when you are transforming exceptions. For example::"