@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-11-27 14:15 +0000\n "
14+ "POT-Creation-Date : 2025-11-29 14:13 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -968,9 +968,8 @@ msgstr ""
968968
969969msgid ""
970970"``'store_true'`` and ``'store_false'`` - These are special cases of "
971- "``'store_const'`` used for storing the values ``True`` and ``False`` "
972- "respectively. In addition, they create default values of ``False`` and "
973- "``True`` respectively::"
971+ "``'store_const'`` that respectively store the values ``True`` and ``False`` "
972+ "with default values of ``False`` and ``True``::"
974973msgstr ""
975974
976975msgid ""
@@ -998,11 +997,10 @@ msgid ""
998997msgstr ""
999998
1000999msgid ""
1001- "``'append_const'`` - This stores a list, and appends the value specified by "
1002- "the const_ keyword argument to the list; note that the const_ keyword "
1003- "argument defaults to ``None``. The ``'append_const'`` action is typically "
1004- "useful when multiple arguments need to store constants to the same list. For "
1005- "example::"
1000+ "``'append_const'`` - This appends the value specified by the const_ keyword "
1001+ "argument to a list; note that the const_ keyword argument defaults to "
1002+ "``None``. The ``'append_const'`` action is typically useful when multiple "
1003+ "arguments need to store constants to the same list. For example::"
10061004msgstr ""
10071005
10081006msgid ""
@@ -1016,11 +1014,11 @@ msgid ""
10161014msgstr ""
10171015
10181016msgid ""
1019- "``'extend'`` - This stores a list and appends each item from the multi-value "
1020- "argument list to it. The ``'extend'`` action is typically used with the "
1021- "nargs_ keyword argument value ``'+'`` or ``'*'``. Note that when nargs_ is "
1022- "``None`` (the default) or `` '?'``, each character of the argument string "
1023- "will be appended to the list. Example usage::"
1017+ "``'extend'`` - This appends each item from a multi-value argument to a list. "
1018+ "The ``'extend'`` action is typically used with the nargs_ keyword argument "
1019+ "value ``'+'`` or ``'*'``. Note that when nargs_ is ``None`` (the default) or "
1020+ "``'?'``, each character of the argument string will be appended to the list. "
1021+ "Example usage::"
10241022msgstr ""
10251023
10261024msgid ""
@@ -1033,7 +1031,7 @@ msgid ""
10331031msgstr ""
10341032
10351033msgid ""
1036- "``'count'`` - This counts the number of times a keyword argument occurs. For "
1034+ "``'count'`` - This counts the number of times an argument occurs. For "
10371035"example, this is useful for increasing verbosity levels::"
10381036msgstr ""
10391037
0 commit comments