1
0
Fork 0

Fuzzy de library/contextlib.po (#1645)

This commit is contained in:
mchlumsky 2021-05-26 13:15:55 -04:00 committed by GitHub
parent 730b9a3028
commit 528f614345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -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 ""
@ -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 ""