Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f7a3d9

Browse files
authored
revu errors.po (#1574)
première contribution à la traduction de la doc python !
1 parent 4fbae5c commit 7f7a3d9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tutorial/errors.po

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-12-17 16:05+0100\n"
9-
"PO-Revision-Date: 2020-09-30 14:20+0200\n"
10-
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
9+
"PO-Revision-Date: 2021-03-24 19:55+0100\n"
10+
"Last-Translator: Thibaut HUBERT <thibauthubert@msn.com>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.4.1\n"
16+
"X-Generator: Poedit 2.4.2\n"
1717

1818
#: tutorial/errors.rst:5
1919
msgid "Errors and Exceptions"
@@ -361,14 +361,12 @@ msgid "Exception Chaining"
361361
msgstr "Chaînage d'exceptions"
362362

363363
#: tutorial/errors.rst:275
364-
#, fuzzy
365364
msgid ""
366365
"The :keyword:`raise` statement allows an optional :keyword:`from` which "
367366
"enables chaining exceptions. For example::"
368367
msgstr ""
369368
"L'instruction :keyword:`raise` autorise un :keyword:`from` optionnel qui "
370-
"permets de chaîner les exceptions en définissant l'attribut ``__cause__`` de "
371-
"l'exception levée. Par exemple ::"
369+
"permet de chaîner les exceptions. Par exemple ::"
372370

373371
#: tutorial/errors.rst:281
374372
msgid "This can be useful when you are transforming exceptions. For example::"

0 commit comments

Comments
 (0)