@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.13\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-11-07 15:30 +0000\n "
15+ "POT-Creation-Date : 2025-11-29 15:01 +0000\n "
1616"PO-Revision-Date : 2025-09-15 01:03+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -854,9 +854,8 @@ msgstr ""
854854
855855msgid ""
856856"``'store_true'`` and ``'store_false'`` - These are special cases of "
857- "``'store_const'`` used for storing the values ``True`` and ``False`` "
858- "respectively. In addition, they create default values of ``False`` and "
859- "``True`` respectively::"
857+ "``'store_const'`` that respectively store the values ``True`` and ``False`` "
858+ "with default values of ``False`` and ``True``::"
860859msgstr ""
861860
862861msgid ""
@@ -884,11 +883,10 @@ msgid ""
884883msgstr ""
885884
886885msgid ""
887- "``'append_const'`` - This stores a list, and appends the value specified by "
888- "the const_ keyword argument to the list; note that the const_ keyword "
889- "argument defaults to ``None``. The ``'append_const'`` action is typically "
890- "useful when multiple arguments need to store constants to the same list. For "
891- "example::"
886+ "``'append_const'`` - This appends the value specified by the const_ keyword "
887+ "argument to a list; note that the const_ keyword argument defaults to "
888+ "``None``. The ``'append_const'`` action is typically useful when multiple "
889+ "arguments need to store constants to the same list. For example::"
892890msgstr ""
893891
894892msgid ""
@@ -902,11 +900,11 @@ msgid ""
902900msgstr ""
903901
904902msgid ""
905- "``'extend'`` - This stores a list and appends each item from the multi-value "
906- "argument list to it. The ``'extend'`` action is typically used with the "
907- "nargs_ keyword argument value ``'+'`` or ``'*'``. Note that when nargs_ is "
908- "``None`` (the default) or `` '?'``, each character of the argument string "
909- "will be appended to the list. Example usage::"
903+ "``'extend'`` - This appends each item from a multi-value argument to a list. "
904+ "The ``'extend'`` action is typically used with the nargs_ keyword argument "
905+ "value ``'+'`` or ``'*'``. Note that when nargs_ is ``None`` (the default) or "
906+ "``'?'``, each character of the argument string will be appended to the list. "
907+ "Example usage::"
910908msgstr ""
911909
912910msgid ""
@@ -919,7 +917,7 @@ msgid ""
919917msgstr ""
920918
921919msgid ""
922- "``'count'`` - This counts the number of times a keyword argument occurs. For "
920+ "``'count'`` - This counts the number of times an argument occurs. For "
923921"example, this is useful for increasing verbosity levels::"
924922msgstr ""
925923
0 commit comments