Skip to content

Commit 2992397

Browse files
committed
Fix tutorial/classes.po fuzzy and missing.
1 parent ef05358 commit 2992397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/classes.po

+3-3
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: 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
359358
msgid ""
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"
602601
msgstr "Objetos instancia"
603602

604603
#: ../Doc/tutorial/classes.rst:324
605-
#, fuzzy
606604
msgid ""
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::"
787785
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::"
788788

789789
#: ../Doc/tutorial/classes.rst:493
790790
msgid ""

0 commit comments

Comments
 (0)