diff --git a/tutorial/classes.po b/tutorial/classes.po index b7698a4e..a3a3a2dc 100644 --- a/tutorial/classes.po +++ b/tutorial/classes.po @@ -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 \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -1302,7 +1302,6 @@ msgid "Generators" msgstr "Générateurs" #: tutorial/classes.rst:852 -#, fuzzy msgid "" ":term:`Generators ` are a simple and powerful tool for creating " "iterators. They are written like regular functions but use the :keyword:" diff --git a/tutorial/controlflow.po b/tutorial/controlflow.po index 676b4989..31872cc7 100644 --- a/tutorial/controlflow.po +++ b/tutorial/controlflow.po @@ -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 \n" "Language-Team: FRENCH \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::"