Skip to content

Commit 92e3a94

Browse files
committed
Traduccion howto/descriptor
1 parent e5d993b commit 92e3a94

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

howto/descriptor.po

Lines changed: 9 additions & 9 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-12 13:34-0600\n"
14+
"PO-Revision-Date: 2023-03-12 14:51-0600\n"
1515
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language-Team: python-doc-es\n"
1717
"Language: es\n"
@@ -699,10 +699,10 @@ msgid ""
699699
"code. That is why calling :meth:`__getattribute__` directly or with "
700700
"``super().__getattribute__`` will bypass :meth:`__getattr__` entirely."
701701
msgstr ""
702-
"Nota, no hay un gancho :meth:__getattr__ en el código de :meth:"
703-
"__getattribute__. Es por eso que llamar a :meth:__getattribute__ "
704-
"directamente o con super().__getattribute__ evitará completamente a :meth:"
705-
"__getattr__."
702+
"Nota, no hay un gancho :meth:`__getattr__` en el código de :meth:"
703+
"`__getattribute__` . Es por eso que llamar a :meth:`__getattribute__` "
704+
"directamente o con ``super().__getattribute__`` evitará completamente a :"
705+
"meth:`__getattr__`."
706706

707707
#: ../Doc/howto/descriptor.rst:723
708708
msgid ""
@@ -711,10 +711,10 @@ 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 "
715-
"responsables de invocar :meth:__getattr__ cada vez que :meth:"
716-
"__getattribute__ lanza un :exc:AttributeError. Su lógica está encapsulada en "
717-
"una función auxiliar:"
714+
"En cambio, es el operador punto y la función :func:`getattr` los que son "
715+
"responsables de invocar :meth:`__getattr__` cada vez que :meth:"
716+
"`__getattribute__` lanza un :exc:`AttributeError`. Su lógica está "
717+
"encapsulada en una función auxiliar:"
718718

719719
#: ../Doc/howto/descriptor.rst:773
720720
msgid "Invocation from a class"

0 commit comments

Comments
 (0)