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

Skip to content

revu errors.po #1574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions tutorial/errors.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jules.lasne@gmail.com>\n"
"PO-Revision-Date: 2021-03-24 19:55+0100\n"
"Last-Translator: Thibaut HUBERT <thibauthubert@msn.com>\n"
"Language-Team: FRENCH <[email protected]>\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"
Expand Down Expand Up @@ -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::"
Expand Down