@@ -11,7 +11,7 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
15
15
"Last-Translator : Rodrigo Tobar <rtobarc@gmail.com>\n "
16
16
"Language-Team : python-doc-es\n "
17
17
"Language : es\n "
@@ -699,10 +699,10 @@ msgid ""
699
699
"code. That is why calling :meth:`__getattribute__` directly or with "
700
700
"``super().__getattribute__`` will bypass :meth:`__getattr__` entirely."
701
701
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__` ."
706
706
707
707
#: ../Doc/howto/descriptor.rst:723
708
708
msgid ""
@@ -711,10 +711,10 @@ msgid ""
711
711
"`__getattribute__` raises an :exc:`AttributeError`. Their logic is "
712
712
"encapsulated in a helper function:"
713
713
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:"
718
718
719
719
#: ../Doc/howto/descriptor.rst:773
720
720
msgid "Invocation from a class"
0 commit comments