@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.10\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-09-22 21:19 +0000\n "
14+ "POT-Creation-Date :2025-09-23 17:01 +0000\n "
1515"PO-Revision-Date :2025-09-22 15:58+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -737,7 +737,7 @@ msgstr ":data:`Any` é compatível com todos os tipos."
737737
738738#: ../../library/typing.rst:598
739739msgid "Special type indicating that a function never returns. For example::"
740- msgstr ""
740+ msgstr "Tipo especial indicando que uma função nunca retorna. Por exemplo:: "
741741
742742#: ../../library/typing.rst:611
743743msgid ""
@@ -845,7 +845,7 @@ msgstr ""
845845
846846#: ../../library/typing.rst:682
847847msgid "Optional type."
848- msgstr ""
848+ msgstr "Tipo opcional. "
849849
850850#: ../../library/typing.rst:684
851851msgid "``Optional[X]`` is equivalent to ``X | None`` (or ``Union[X, None]``)."
@@ -1127,7 +1127,7 @@ msgstr ""
11271127
11281128#: ../../library/typing.rst:956
11291129msgid "The details of the syntax:"
1130- msgstr ""
1130+ msgstr "Os detalhes da sintaxe: "
11311131
11321132#: ../../library/typing.rst:958
11331133msgid "The first argument to ``Annotated`` must be a valid type"
@@ -1240,7 +1240,7 @@ msgstr ""
12401240
12411241#: ../../library/typing.rst:1067
12421242msgid "Building generic types"
1243- msgstr ""
1243+ msgstr "Construindo tipos genéricos "
12441244
12451245#: ../../library/typing.rst:1069
12461246msgid ""
@@ -1285,6 +1285,8 @@ msgid ""
12851285"Note that type variables can be *bound*, *constrained*, or neither, but "
12861286"cannot be both bound *and* constrained."
12871287msgstr ""
1288+ "Observe que tipos variáveis podem ser *delimitados*, *restritos*, nenhum dos "
1289+ "dois, mas não podem ser *ambos*."
12881290
12891291#: ../../library/typing.rst:1128
12901292msgid ""