8000 Fixed fuzzys in tutorial/controlflow.po (#689) · python/python-docs-fr@505204b · GitHub
[go: up one dir, main page]

Skip to content

Commit 505204b

Browse files
authored
Fixed fuzzys in tutorial/controlflow.po (#689)
1 parent c8f40a6 commit 505204b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tutorial/controlflow.po

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 2.2\n"
16+
"X-Generator: Poedit 2.2.1\n"
1717

1818
#: ../Doc/tutorial/controlflow.rst:5
1919
msgid "More Control Flow Tools"
@@ -651,7 +651,6 @@ msgid "Unpacking Argument Lists"
651651
msgstr "Séparation des listes d'arguments"
652652

653653
#: ../Doc/tutorial/controlflow.rst:559
654-
#, fuzzy
655654
msgid ""
656655
"The reverse situation occurs when the arguments are already in a list or "
657656
"tuple but need to be unpacked for a function call requiring separate "
@@ -669,7 +668,6 @@ msgstr ""
669668
"tuple : ::"
670669

671670
#: ../Doc/tutorial/controlflow.rst:575
672-
#, fuzzy
673671
msgid ""
674672
"In the same fashion, dictionaries can deliver keyword arguments with the "
675673
"``**`` operator::"

0 commit comments

Comments
 (0)
0