Skip to content

Commit 9624936

Browse files
christopheNanChristophe Nanteuil
authored andcommitted
correction positionnel vers optionnel (#270)
closes #269 Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/270 Reviewed-by: deronnax <deronnax@noreply.localhost> Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com> Co-committed-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
1 parent c8e6544 commit 9624936

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/argparse.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ 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: 2023-02-17 16:38+0100\n"
10-
"Last-Translator: Jean Abou Samra <jean@abou-samra.fr>\n"
9+
"PO-Revision-Date: 2024-05-12 23:26+0200\n"
10+
"Last-Translator: Christophe Nanteuil <christophe.nanteuil@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
16-
"X-Generator: Poedit 3.0.1\n"
16+
"X-Generator: Poedit 3.2.2\n"
1717

1818
#: library/argparse.rst:2
1919
msgid ""
@@ -1695,7 +1695,7 @@ msgstr ""
16951695
"objet. La valeur de dest_ est alors utilisée telle quelle pour les actions "
16961696
"d'arguments positionnels et elle (dest_) est convertie en majuscules pour "
16971697
"les actions d'arguments optionnels. Ainsi, un argument positionnel unique "
1698-
"avec ``dest='bar'`` est affiché comme ``bar`` et un argument positionnel "
1698+
"avec ``dest='bar'`` est affiché comme ``bar`` et un argument optionnel "
16991699
"unique ``--foo`` qui prend un seul argument sur la ligne de commande est "
17001700
"affiché comme ``FOO``. Par exemple ::"
17011701

0 commit comments

Comments
 (0)