@@ -6,8 +6,8 @@ msgstr ""
66"Project-Id-Version : Python 3\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2023-07-23 14:38+0200\n "
9- "PO-Revision-Date : 2022-05-24 18:32+0200 \n "
10- "Last-Translator : Loc Cosnier <loc.cosnier@pm.me >\n "
9+ "PO-Revision-Date : 2023-11-19 12:26-0500 \n "
10+ "Last-Translator : Édith Viau <info@eviau.net >\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
1313"MIME-Version : 1.0\n "
@@ -74,18 +74,17 @@ msgid "Command Line Arguments"
7474msgstr "Paramètres passés en ligne de commande"
7575
7676#: tutorial/stdlib.rst:66
77- #, fuzzy
7877msgid ""
7978"Common utility scripts often need to process command line arguments. These "
8079"arguments are stored in the :mod:`sys` module's *argv* attribute as a list. "
8180"For instance the following output results from running ``python demo.py one "
8281"two three`` at the command line::"
8382msgstr ""
84- "Typiquement , les outils en ligne de commande ont besoin de lire les "
83+ "Habituellement , les outils en ligne de commande ont besoin de traiter des "
8584"paramètres qui leur sont donnés. Ces paramètres sont stockés dans la "
86- "variable `` argv`` du module :mod:`sys` sous la forme d'une liste. Par "
87- "exemple, l'affichage suivant vient de l'exécution de ``python demo.py one "
88- "two three`` depuis la ligne de commande ::"
85+ "variable * argv* du module :mod:`sys` sous la forme d'une liste. Par exemple, "
86+ "l'affichage suivant vient de l'exécution de ``python demo.py one two three`` "
87+ "depuis la ligne de commande ::"
8988
9089#: tutorial/stdlib.rst:75
9190msgid ""
@@ -390,8 +389,8 @@ msgstr ""
390389
391390#: tutorial/stdlib.rst:27
392391msgid "built-in function"
393- msgstr ""
392+ msgstr "fonction native "
394393
395394#: tutorial/stdlib.rst:27
396395msgid "help"
397- msgstr ""
396+ msgstr "aide "
0 commit comments