Skip to content

Commit ad8e6db

Browse files
eviauYannick Gingras
authored andcommitted
tutorial/stdlib (#225)
Closes #224 Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/225 Reviewed-by: Yannick Gingras <ygingras@noreply.localhost> Co-authored-by: eviau <info@eviau.net> Co-committed-by: eviau <info@eviau.net>
1 parent c1816e6 commit ad8e6db

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

tutorial/stdlib.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
7474
msgstr "Paramètres passés en ligne de commande"
7575

7676
#: tutorial/stdlib.rst:66
77-
#, fuzzy
7877
msgid ""
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::"
8382
msgstr ""
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
9190
msgid ""
@@ -390,8 +389,8 @@ msgstr ""
390389

391390
#: tutorial/stdlib.rst:27
392391
msgid "built-in function"
393-
msgstr ""
392+
msgstr "fonction native"
394393

395394
#: tutorial/stdlib.rst:27
396395
msgid "help"
397-
msgstr ""
396+
msgstr "aide"

0 commit comments

Comments
 (0)