@@ -17,7 +17,7 @@ msgid ""
1717msgstr ""
1818"Project-Id-Version : Python 3.11\n "
1919"Report-Msgid-Bugs-To : \n "
20- "POT-Creation-Date : 2022-12-13 16:17 +0000\n "
20+ "POT-Creation-Date : 2022-12-26 16:15 +0000\n "
2121"PO-Revision-Date : 2021-06-28 00:54+0000\n "
2222"Last-Translator : Marco Rougeth <marco@rougeth.com>, 2022\n "
2323"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -951,8 +951,8 @@ msgstr ""
951951"convertido."
952952
953953#: ../../library/argparse.rst:758
954- msgid "choices_ - A container of the allowable values for the argument."
955- msgstr "choices_ - Um contêiner dos valores permitidos para o argumento. "
954+ msgid "choices_ - A sequence of the allowable values for the argument."
955+ msgstr ""
956956
957957#: ../../library/argparse.rst:760
958958msgid ""
@@ -1416,23 +1416,23 @@ msgstr "choices"
14161416#: ../../library/argparse.rst:1201
14171417msgid ""
14181418"Some command-line arguments should be selected from a restricted set of "
1419- "values. These can be handled by passing a container object as the *choices* "
1419+ "values. These can be handled by passing a sequence object as the *choices* "
14201420"keyword argument to :meth:`~ArgumentParser.add_argument`. When the command "
14211421"line is parsed, argument values will be checked, and an error message will "
14221422"be displayed if the argument was not one of the acceptable values::"
14231423msgstr ""
14241424
14251425#: ../../library/argparse.rst:1216
14261426msgid ""
1427- "Note that inclusion in the *choices* container is checked after any type_ "
1427+ "Note that inclusion in the *choices* sequence is checked after any type_ "
14281428"conversions have been performed, so the type of the objects in the *choices* "
1429- "container should match the type_ specified::"
1429+ "sequence should match the type_ specified::"
14301430msgstr ""
14311431
14321432#: ../../library/argparse.rst:1228
14331433msgid ""
1434- "Any container can be passed as the *choices* value, so :class:`list` "
1435- "objects, :class:`set ` objects, and custom containers are all supported."
1434+ "Any sequence can be passed as the *choices* value, so :class:`list` "
1435+ "objects, :class:`tuple ` objects, and custom sequences are all supported."
14361436msgstr ""
14371437
14381438#: ../../library/argparse.rst:1231
0 commit comments