@@ -22,6 +22,8 @@ msgid ""
2222":mod:`argparse` --- Parser for command-line options, arguments and sub-"
2323"commands"
2424msgstr ""
25+ ":mod:`argparse` -- Parseur d'arguments, d'options, et de sous-commandes de "
26+ "ligne de commande"
2527
2628#: ../Doc/library/argparse.rst:12
2729msgid "**Source code:** :source:`Lib/argparse.py`"
@@ -33,6 +35,9 @@ msgid ""
3335"introduction to Python command-line parsing, have a look at the :ref:"
3436"`argparse tutorial <argparse-tutorial>`."
3537msgstr ""
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`."
3641
3742#: ../Doc/library/argparse.rst:22
3843msgid ""
@@ -52,6 +57,8 @@ msgid ""
5257"The following code is a Python program that takes a list of integers and "
5358"produces either the sum or the max::"
5459msgstr ""
60+ "Le code suivant est un programme Python acceptant une liste de nombre "
61+ "entiers et en donnant soit la somme, soit le maximum::"
5562
5663#: ../Doc/library/argparse.rst:47
5764msgid ""
@@ -335,7 +342,7 @@ msgstr ""
335342
336343#: ../Doc/library/argparse.rst:366
337344msgid "formatter_class"
338- msgstr "formate_class "
345+ msgstr "formatter_class "
339346
340347#: ../Doc/library/argparse.rst:368
341348msgid ""
0 commit comments