Skip to content
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
13 changes: 6 additions & 7 deletions library/contextlib.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-10-01 16:00+0200\n"
"PO-Revision-Date: 2019-12-01 23:39+0100\n"
"PO-Revision-Date: 2021-05-23 14:41-0400\n"
"Last-Translator: \n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\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.4.3\n"

#: library/contextlib.rst:2
msgid ""
Expand Down Expand Up @@ -106,16 +106,15 @@ msgstr ""
"ressources ::"

#: library/contextlib.rst:73
#, fuzzy
msgid ""
"The function being decorated must return a :term:`generator`-iterator when "
"called. This iterator must yield exactly one value, which will be bound to "
"the targets in the :keyword:`with` statement's :keyword:`!as` clause, if any."
msgstr ""
"La fonction à décorer doit renvoyer un :term:`générateur-itérateur "
"<generator-iterator>` quand elle est appelée. Ce générateur ne doit produire "
"qu'une seule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide "
"de la clause :keyword:`!as` si précisée."
"La fonction à décorer doit renvoyer un :term:`générateur <generator>`-"
"itérateur quand elle est appelée. Ce générateur ne doit produire qu'une "
"seule valeur, qui est récupérée dans le bloc :keyword:`with` à l'aide de la "
"clause :keyword:`!as` si précisée."

#: library/contextlib.rst:77
msgid ""
Expand Down