Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
corrección
  • Loading branch information
carlosm00 committed Oct 11, 2025
commit b393da3257bcce39bbb030ab20216fcde9931bc3
4 changes: 2 additions & 2 deletions library/exceptions.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2025-10-10 21:14+0200\n"
"PO-Revision-Date: 2025-10-11 02:03+0200\n"
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -141,7 +141,7 @@ msgstr ""
"La expresión que sigue a :keyword:`from<raise>` debe ser una excepción o "
"``None``. Se establecerá como :attr:`!__cause__` en la excepción generada. "
"La configuración de :attr:`!__cause__` también establece implícitamente el "
"atributo:attr:`!__suppress_context__` a ``True``, de modo que el uso de "
"atributo :attr:`!__suppress_context__` a ``True``, de modo que el uso de "
"``raise new_exc from None`` reemplaza efectivamente la excepción anterior "
"con la nueva para fines de visualización (por ejemplo, conversión de :exc:"
"`KeyError` a :exc:`AttributeError`), dejando la excepción anterior "
Expand Down
Loading