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