1
0
Fork 0

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
1 changed files with 3 additions and 5 deletions

View File

@ -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 <julien@palard.fr>\n"
"PO-Revision-Date: 2019-04-11 21:42+0200\n"
"Last-Translator: Jules Lasne <jules.lasne@gmail.com>\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\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::"