Skip to content

Traducido el archivo howto/descriptor #2347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 19, 2023
Merged
Prev Previous commit
Next Next commit
Traduccion del archivo howto/descriptor
  • Loading branch information
estuardodev committed Mar 12, 2023
commit 1d84f47017c048fd02d3de01fd9abaa9e1e296e7
2 changes: 1 addition & 1 deletion TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Emmanuel Arias (@eamanu)
Endika Gil (@endikagil)
Enrique Giménez (@fenriquegimenez)
Enrique Zárate (@enrique-zarate)
Estuardo Ramírez (@estuardodev)
erasmo
Erick G. Islas-Osuna (@erickisos)
Esteban Solórzano (@estebansolo)
Estuardo Ramírez (@estuardodev)
Fabrizio Damicelli (@fabridamicelli)
Facundo Batista (@facundobatista)
Federico Jurío (@FedericoJurio)
Expand Down
7 changes: 4 additions & 3 deletions howto/descriptor.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-03-10 23:18-0600\n"
"PO-Revision-Date: 2023-03-12 13:34-0600\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -711,7 +711,7 @@ msgid ""
"`__getattribute__` raises an :exc:`AttributeError`. Their logic is "
"encapsulated in a helper function:"
msgstr ""
"En cambio, es el operador punto (.) y la función :func:getattr los que son "
"En cambio, es el operador punto y la función :func:getattr los que son "
"responsables de invocar :meth:__getattr__ cada vez que :meth:"
"__getattribute__ lanza un :exc:AttributeError. Su lógica está encapsulada en "
"una función auxiliar:"
Expand Down Expand Up @@ -1294,7 +1294,8 @@ msgid ""
msgstr ""
"La ruta de código para ``hasattr(obj, '__get__')`` fue añadida en Python "
"3.9, y hace posible que :func:`classmethod` soporte decoradores encadenados."
"Por ejemplo, un classmethod y un property se puede encadenar."
"Por ejemplo, un classmethod y un property se puede encadenar. En Python "
"3.11, esta funcionalidad fue marcada como obsoleta."

#: ../Doc/howto/descriptor.rst:1428
msgid "Member objects and __slots__"
Expand Down