Fixed fuzzys in tutorial/controlflow.po (#689)

This commit is contained in:
Jules Lasne (jlasne) 2019-04-15 18:13:22 +02:00 committed by GitHub
parent c8f40a67e6
commit 505204b2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@ msgstr ""
"Project-Id-Version: Python 3.6\n" "Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-10 09:35+0200\n" "POT-Creation-Date: 2019-04-10 09:35+0200\n"
"PO-Revision-Date: 2019-02-10 06:38+0100\n" "PO-Revision-Date: 2019-04-11 21:42+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n" "Last-Translator: Jules Lasne <jules.lasne@gmail.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" "Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2\n" "X-Generator: Poedit 2.2.1\n"
#: ../Doc/tutorial/controlflow.rst:5 #: ../Doc/tutorial/controlflow.rst:5
msgid "More Control Flow Tools" msgid "More Control Flow Tools"
@ -651,7 +651,6 @@ msgid "Unpacking Argument Lists"
msgstr "Séparation des listes d'arguments" msgstr "Séparation des listes d'arguments"
#: ../Doc/tutorial/controlflow.rst:559 #: ../Doc/tutorial/controlflow.rst:559
#, fuzzy
msgid "" msgid ""
"The reverse situation occurs when the arguments are already in a list or " "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 " "tuple but need to be unpacked for a function call requiring separate "
@ -669,7 +668,6 @@ msgstr ""
"tuple : ::" "tuple : ::"
#: ../Doc/tutorial/controlflow.rst:575 #: ../Doc/tutorial/controlflow.rst:575
#, fuzzy
msgid "" msgid ""
"In the same fashion, dictionaries can deliver keyword arguments with the " "In the same fashion, dictionaries can deliver keyword arguments with the "
"``**`` operator::" "``**`` operator::"