@@ -22,6 +22,8 @@ msgid ""
22
22
":mod:`argparse` --- Parser for command-line options, arguments and sub-"
23
23
"commands"
24
24
msgstr ""
25
+ ":mod:`argparse` -- Parseur d'arguments, d'options, et de sous-commandes de "
26
+ "ligne de commande"
25
27
26
28
#: ../Doc/library/argparse.rst:12
27
29
msgid "**Source code:** :source:`Lib/argparse.py`"
@@ -33,6 +35,9 @@ msgid ""
33
35
"introduction to Python command-line parsing, have a look at the :ref:"
34
36
"`argparse tutorial <argparse-tutorial>`."
35
37
msgstr ""
38
+ "Cette page est la référence de l'API. Pour une introduction plus en douceur "
39
+ "à l'analyse des arguments de la ligne de commande, regardez :ref:`argparse "
40
+ "tutorial`."
36
41
37
42
#: ../Doc/library/argparse.rst:22
38
43
msgid ""
@@ -52,6 +57,8 @@ msgid ""
52
57
"The following code is a Python program that takes a list of integers and "
53
58
"produces either the sum or the max::"
54
59
msgstr ""
60
+ "Le code suivant est un programme Python acceptant une liste de nombre "
61
+ "entiers et en donnant soit la somme, soit le maximum::"
55
62
56
63
#: ../Doc/library/argparse.rst:47
57
64
msgid ""
@@ -335,7 +342,7 @@ msgstr ""
335
342
336
343
#: ../Doc/library/argparse.rst:366
337
344
msgid "formatter_class"
338
- msgstr "formate_class "
345
+ msgstr "formatter_class "
339
346
340
347
#: ../Doc/library/argparse.rst:368
341
348
msgid ""
0 commit comments