@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
1414"Project-Id-Version : Python 3.11\n "
1515"Report-Msgid-Bugs-To : \n "
16- "POT-Creation-Date : 2023-01-27 14:14+0000\n "
16+ "POT-Creation-Date : 2023-02-17 14:14+0000\n "
1717"PO-Revision-Date : 2021-06-28 00:48+0000\n "
1818"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n "
1919"Language-Team : Portuguese (Brazil) (https://www.transifex.com/python-doc/ "
@@ -118,14 +118,11 @@ msgstr ""
118118
119119#: ../../c-api/dict.rst:83
120120msgid ""
121- "Remove the entry in dictionary *p* with key *key*. *key* must be hashable; "
122- "if it isn't, :exc:`TypeError` is raised. If *key* is not in the dictionary, :"
123- "exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on failure."
121+ "Remove the entry in dictionary *p* with key *key*. *key* must be :term:"
122+ "`hashable`; if it isn't, :exc:`TypeError` is raised. If *key* is not in the "
123+ "dictionary, :exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on "
124+ "failure."
124125msgstr ""
125- "Remove a entrada no dicionário *p* com a chave *key*. *key* deve ser "
126- "hasheável; se não for, :exc:`TypeError` é levantada. Se *key* não estiver no "
127- "dicionário, :exc:`KeyError` é levantada. Retorna ``0`` em caso de sucesso ou "
128- "``-1`` em caso de falha."
129126
130127#: ../../c-api/dict.rst:91
131128msgid ""
0 commit comments