File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"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 "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
- "X-Generator : Poedit 3.0.1 \n "
16
+ "X-Generator : Poedit 3.2.2 \n "
17
17
18
18
#: library/argparse.rst:2
19
19
msgid ""
@@ -1695,7 +1695,7 @@ msgstr ""
1695
1695
"objet. La valeur de dest_ est alors utilisée telle quelle pour les actions "
1696
1696
"d'arguments positionnels et elle (dest_) est convertie en majuscules pour "
1697
1697
"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 "
1699
1699
"unique ``--foo`` qui prend un seul argument sur la ligne de commande est "
1700
1700
"affiché comme ``FOO``. Par exemple ::"
1701
1701
You can’t perform that action at this time.
0 commit comments