@@ -11,7 +11,7 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2020-05-06 15:59+0200\n "
14- "PO-Revision-Date : 2020-05-06 21:55 +0200\n "
14+ "PO-Revision-Date : 2020-05-09 13:38 +0200\n "
1515"Last-Translator : Marco Richetta <marcorichetta@gmail.com>\n "
1616"Language : es\n "
1717"Language-Team : python-doc-es\n "
@@ -355,7 +355,6 @@ msgstr ""
355355"variables locales ya se determinan estáticamente.)"
356356
357357#: ../Doc/tutorial/classes.rst:146
358- #, fuzzy
359358msgid ""
360359"A special quirk of Python is that -- if no :keyword:`global` or :keyword:"
361360"`nonlocal` statement is in effect -- assignments to names always go into the "
@@ -602,7 +601,6 @@ msgid "Instance Objects"
602601msgstr "Objetos instancia"
603602
604603#: ../Doc/tutorial/classes.rst:324
605- #, fuzzy
606604msgid ""
607605"Now what can we do with instance objects? The only operations understood by "
608606"instance objects are attribute references. There are two kinds of valid "
@@ -785,6 +783,8 @@ msgid ""
785783"If the same attribute name occurs in both an instance and in a class, then "
786784"attribute lookup prioritizes the instance::"
787785msgstr ""
786+ "Si el mismo nombre de atributo aparece tanto en la instancia como en la "
787+ "clase, la búsqueda del atributo prioriza la instancia::"
788788
789789#: ../Doc/tutorial/classes.rst:493
790790msgid ""
0 commit comments