10000 FIX: Gramar, thanks schplurtz. · python/python-docs-fr@4061f3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4061f3b

Browse files
committed
FIX: Gramar, thanks schplurtz.
1 parent 7dc610b commit 4061f3b

File tree

1 file changed< 8000 /h2>
+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/controlflow.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-08-01 13:21+0200\n"
11-
"PO-Revision-Date: 2017-08-10 14:04+0200\n"
11+
"PO-Revision-Date: 2017-09-24 12:31+0200\n"
1212
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
@@ -641,9 +641,9 @@ msgid ""
641641
"``*args`` parameter are 'keyword-only' arguments, meaning that they can only "
642642
"be used as keywords rather than positional arguments. ::"
643643
msgstr ""
644-
"Normalement, c'est arguments ``variadiques`` sont les derniers paramètres, "
644+
"Normalement, ces arguments ``variadiques`` sont les derniers paramètres, "
645645
"parce qu'ils agrègent toutes les valeurs suivantes. Tout paramètre placé "
646-
"après le paramètre ``*arg`` ne pourront être utilisées que par leur nom."
646+
"après le paramètre ``*arg`` ne pourra être utilisé que par son nom."
647647

648648
#: ../Doc/tutorial/controlflow.rst:557
649649
msgid "Unpacking Argument Lists"

0 commit comments

Comments
 (0)
0