diff --git a/tutorial/controlflow.po b/tutorial/controlflow.po index 0f1cb966..3f9f1573 100644 --- a/tutorial/controlflow.po +++ b/tutorial/controlflow.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-04-10 09:35+0200\n" -"PO-Revision-Date: 2019-02-10 06:38+0100\n" -"Last-Translator: Julien Palard \n" +"PO-Revision-Date: 2019-04-11 21:42+0200\n" +"Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \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\n" +"X-Generator: Poedit 2.2.1\n" #: ../Doc/tutorial/controlflow.rst:5 msgid "More Control Flow Tools" @@ -651,7 +651,6 @@ msgid "Unpacking Argument Lists" msgstr "Séparation des listes d'arguments" #: ../Doc/tutorial/controlflow.rst:559 -#, fuzzy msgid "" "The reverse situation occurs when the arguments are already in a list or " "tuple but need to be unpacked for a function call requiring separate " @@ -669,7 +668,6 @@ msgstr "" "tuple : ::" #: ../Doc/tutorial/controlflow.rst:575 -#, fuzzy msgid "" "In the same fashion, dictionaries can deliver keyword arguments with the " "``**`` operator::"