8000 Sync with transifex · python/python-docs-fr@48fbad3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48fbad3

Browse files
committed
Sync with transifex
1 parent fe64bf3 commit 48fbad3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

c-api/arg.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ msgid ""
7979
"These formats allow accessing an object as a contiguous chunk of memory. You "
8080
"don't have to provide raw storage for the returned unicode or bytes area."
8181
msgstr ""
82+
"Ces formats permettent d'accéder à un objet sous forme d'un fragment de "
83+
"mémoire contigüe. Il n'est pas nécessaire d'allouer la mémoire pour "
84+
"l'*unicode* ou le *bytes* renvoyé."
8285

8386
#: ../Doc/c-api/arg.rst:37
8487
msgid ""

library/argparse.po

Lines changed: 8 additions & 1 deletion
29
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ msgid ""
2222
":mod:`argparse` --- Parser for command-line options, arguments and sub-"
2323
"commands"
2424
msgstr ""
25+
":mod:`argparse` -- Parseur d'arguments, d'options, et de sous-commandes de "
26+
"ligne de commande"
2527

2628
#: ../Doc/library/argparse.rst:12
27
msgid "**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>`."
3537
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`."
3641

3742
#: ../Doc/library/argparse.rst:22
3843
msgid ""
@@ -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::"
5459
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::"
5562

5663
#: ../Doc/library/argparse.rst:47
5764
msgid ""
@@ -335,7 +342,7 @@ msgstr ""
335342

336343
#: ../Doc/library/argparse.rst:366
337344
msgid "formatter_class"
338-
msgstr "formate_class"
345+
msgstr "formatter_class"
339346

340347
#: ../Doc/library/argparse.rst:368
341348
msgid ""

0 commit comments

Comments
 (0)
0