Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d84f47

Browse files
committedMar 12, 2023
Traduccion del archivo howto/descriptor
1 parent ec8a44d commit 1d84f47

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎TRANSLATORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Emmanuel Arias (@eamanu)
7070
Endika Gil (@endikagil)
7171
Enrique Giménez (@fenriquegimenez)
7272
Enrique Zárate (@enrique-zarate)
73-
Estuardo Ramírez (@estuardodev)
7473
erasmo
7574
Erick G. Islas-Osuna (@erickisos)
7675
Esteban Solórzano (@estebansolo)
76+
Estuardo Ramírez (@estuardodev)
7777
Fabrizio Damicelli (@fabridamicelli)
7878
Facundo Batista (@facundobatista)
7979
Federico Jurío (@FedericoJurio)

‎howto/descriptor.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2023-03-10 23:18-0600\n"
14+
"PO-Revision-Date: 2023-03-12 13:34-0600\n"
1515
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -711,7 +711,7 @@ msgid ""
711711
"`__getattribute__` raises an :exc:`AttributeError`. Their logic is "
712712
"encapsulated in a helper function:"
713713
msgstr ""
714-
"En cambio, es el operador punto (.) y la función :func:getattr los que son "
714+
"En cambio, es el operador punto y la función :func:getattr los que son "
715715
"responsables de invocar :meth:__getattr__ cada vez que :meth:"
716716
"__getattribute__ lanza un :exc:AttributeError. Su lógica está encapsulada en "
717717
"una función auxiliar:"
@@ -1294,7 +1294,8 @@ msgid ""
12941294
msgstr ""
12951295
"La ruta de código para ``hasattr(obj, '__get__')`` fue añadida en Python "
12961296
"3.9, y hace posible que :func:`classmethod` soporte decoradores encadenados."
1297-
"Por ejemplo, un classmethod y un property se puede encadenar."
1297+
"Por ejemplo, un classmethod y un property se puede encadenar. En Python "
1298+
"3.11, esta funcionalidad fue marcada como obsoleta."
12981299

12991300
#: ../Doc/howto/descriptor.rst:1428
13001301
msgid "Member objects and __slots__"

0 commit comments

Comments
 (0)
Failed to load comments.