1
0
Fork 0

corrige 2 fuzzies (#1432)

This commit is contained in:
Mathieu Dupuy 2020-09-30 16:34:16 +02:00 committed by GitHub
parent 678d4ee85a
commit e5a7b29aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2020-09-30 14:37+0200\n"
"PO-Revision-Date: 2020-09-30 16:12+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -1302,7 +1302,6 @@ msgid "Generators"
msgstr "Générateurs"
#: tutorial/classes.rst:852
#, fuzzy
msgid ""
":term:`Generators <generator>` are a simple and powerful tool for creating "
"iterators. They are written like regular functions but use the :keyword:"

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2020-09-30 14:22+0200\n"
"PO-Revision-Date: 2020-09-30 16:12+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -777,7 +777,6 @@ msgstr ""
"``name`` comme mot-clé ::"
#: tutorial/controlflow.rst:660
#, fuzzy
msgid ""
"There is no possible call that will make it return ``True`` as the keyword "
"``'name'`` will always bind to the first parameter. For example::"