@@ -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 : 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 "
15
15
"Last-Translator : Marco Richetta <marcorichetta@gmail.com>\n "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es\n "
@@ -355,7 +355,6 @@ msgstr ""
355
355
"variables locales ya se determinan estáticamente.)"
356
356
357
357
#: ../Doc/tutorial/classes.rst:146
358
- #, fuzzy
359
358
msgid ""
360
359
"A special quirk of Python is that -- if no :keyword:`global` or :keyword:"
361
360
"`nonlocal` statement is in effect -- assignments to names always go into the "
@@ -602,7 +601,6 @@ msgid "Instance Objects"
602
601
msgstr "Objetos instancia"
603
602
604
603
#: ../Doc/tutorial/classes.rst:324
605
- #, fuzzy
606
604
msgid ""
607
605
"Now what can we do with instance objects? The only operations understood by "
608
606
"instance objects are attribute references. There are two kinds of valid "
@@ -785,6 +783,8 @@ msgid ""
785
783
"If the same attribute name occurs in both an instance and in a class, then "
786
784
"attribute lookup prioritizes the instance::"
787
785
msgstr ""
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::"
788
788
789
789
#: ../Doc/tutorial/classes.rst:493
790
790
msgid ""
0 commit comments