@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version :Python 3.13\n "
1313"Report-Msgid-Bugs-To :\n "
14- "POT-Creation-Date :2025-09-15 15:19 +0000\n "
14+ "POT-Creation-Date :2025-11-05 15:17 +0000\n "
1515"PO-Revision-Date :2025-09-15 01:03+0000\n "
1616"Last-Translator :python-doc bot, 2025\n "
1717"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -155,15 +155,11 @@ msgstr ""
155155
156156#: ../../c-api/mapping.rst:105
157157msgid ""
158- "Exceptions which occur when this calls :meth:`~object.__getitem__` method "
159- "are silently ignored. For proper error handling, use :c:func:"
158+ "Exceptions which occur when this callsthe :meth:`~object.__getitem__` "
159+ "method are silently ignored. For proper error handling, use :c:func:"
160160"`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` or :c:func:"
161161"`PyObject_GetItem()` instead."
162162msgstr ""
163- "As exceções que ocorrem quando esse método chama :meth:`~object.__getitem__` "
164- "são silenciosamente ignoradas. Para o tratamento adequado de erros, use :c:"
165- "func:`PyMapping_HasKeyWithError`, :c:func:`PyMapping_GetOptionalItem` ou :c:"
166- "func:`PyObject_GetItem()` em vez disso."
167163
168164#: ../../c-api/mapping.rst:113
169165msgid ""
@@ -177,17 +173,12 @@ msgstr ""
177173
178174#: ../../c-api/mapping.rst:119
179175msgid ""
180- "Exceptions that occur when this calls :meth:`~object.__getitem__` method or "
181- "while creating the temporary :class:`str` object are silently ignored. For "
182- "proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
176+ "Exceptions that occur when this callsthe :meth:`~object.__getitem__` method "
177+ "or while creating the temporary :class:`str` object are silently ignored. "
178+ "For proper error handling, use :c:func:`PyMapping_HasKeyStringWithError`, :c:"
183179"func:`PyMapping_GetOptionalItemString` or :c:func:`PyMapping_GetItemString` "
184180"instead."
185181msgstr ""
186- "As exceções que ocorrem quando esse método chama :meth:`~object.__getitem__` "
187- "ou ao criar o objeto temporário :class:`str` são silenciosamente ignoradas. "
188- "Para o tratamento adequado de erros, use :c:func:"
189- "`PyMapping_HasKeyStringWithError`, :c:func:`PyMapping_GetOptionalItemString` "
190- "ou :c:func:`PyMapping_GetItemString` em vez disso."
191182
192183#: ../../c-api/mapping.rst:129
193184msgid ""