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
corrigiendo sobreescribiendo
  • Loading branch information
carlosm00 committed Oct 10, 2025
commit 89c4673779a2025486e5270d3e90f83eab8247a9
4 changes: 2 additions & 2 deletions reference/expressions.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 19:40+0200\n"
"PO-Revision-Date: 2025-10-10 19:45+0200\n"
"Last-Translator: Carlos Mena Pérez <@carlosm00>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -1443,7 +1443,7 @@ msgid ""
"method is called first and either returns a value or "
"raises :exc:`AttributeError` if the attribute is not available."
msgstr ""
"Esta producción puede ser personalizada sobreescribiendo el "
"Esta producción puede ser personalizada al sobreescribir el "
"método :meth:`~object.__getattribute__` o :meth:`~object.__getattr__`. El "
"método :meth:`!__getattribute__` es llamado primero y retorna un valor o se "
"genera la excepción :exc:`AttributeError` si el atributo no está disponible."
Expand Down
Loading