@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2022-12-13 04 :15+0000\n "
14+ "POT-Creation-Date : 2022-12-26 16 :15+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:54+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2022\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -627,7 +627,7 @@ msgid ""
627627"type_ - The type to which the command-line argument should be converted."
628628msgstr ""
629629
630- msgid "choices_ - A container of the allowable values for the argument."
630+ msgid "choices_ - A sequence of the allowable values for the argument."
631631msgstr ""
632632
633633msgid ""
@@ -949,21 +949,21 @@ msgstr ""
949949
950950msgid ""
951951"Some command-line arguments should be selected from a restricted set of "
952- "values. These can be handled by passing a container object as the *choices* "
952+ "values. These can be handled by passing a sequence object as the *choices* "
953953"keyword argument to :meth:`~ArgumentParser.add_argument`. When the command "
954954"line is parsed, argument values will be checked, and an error message will "
955955"be displayed if the argument was not one of the acceptable values::"
956956msgstr ""
957957
958958msgid ""
959- "Note that inclusion in the *choices* container is checked after any type_ "
959+ "Note that inclusion in the *choices* sequence is checked after any type_ "
960960"conversions have been performed, so the type of the objects in the *choices* "
961- "container should match the type_ specified::"
961+ "sequence should match the type_ specified::"
962962msgstr ""
963963
964964msgid ""
965- "Any container can be passed as the *choices* value, so :class:`list` "
966- "objects, :class:`set ` objects, and custom containers are all supported."
965+ "Any sequence can be passed as the *choices* value, so :class:`list` "
966+ "objects, :class:`tuple ` objects, and custom sequences are all supported."
967967msgstr ""
968968
969969msgid ""
0 commit comments