@@ -10,18 +10,17 @@ msgid ""
1010msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
13- "POT-Creation-Date : 2020-05-05 12:54 +0200\n "
13+ "POT-Creation-Date : 2020-05-17 14:49 +0200\n "
1414"PO-Revision-Date : 2020-05-07 09:39+0200\n "
15+ "Last-Translator : \n "
16+ "Language : es\n "
1517"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
1618"python.org)\n "
19+ "Plural-Forms : nplurals=2; plural=(n != 1)\n "
1720"MIME-Version : 1.0\n "
18- "Content-Type : text/plain; charset=UTF -8\n "
21+ "Content-Type : text/plain; charset=utf -8\n "
1922"Content-Transfer-Encoding : 8bit\n "
2023"Generated-By : Babel 2.8.0\n "
21- "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22- "Last-Translator : \n "
23- "Language : es\n "
24- "X-Generator : Poedit 2.3\n "
2524
2625#: ../Doc/c-api/weakref.rst:6
2726msgid "Weak Reference Objects"
@@ -52,11 +51,12 @@ msgid "Return true if *ob* is a proxy object."
5251msgstr "Retorna verdad (true) si *ob* es un objeto proxy."
5352
5453#: ../Doc/c-api/weakref.rst:31
54+ #, fuzzy
5555msgid ""
5656"Return a weak reference object for the object *ob*. This will always return "
5757"a new reference, but is not guaranteed to create a new object; an existing "
5858"reference object may be returned. The second parameter, *callback*, can be "
59- "a callable object that receives notificación when *ob* is garbage collected; "
59+ "a callable object that receives notification when *ob* is garbage collected; "
6060"it should accept a single parameter, which will be the weak reference object "
6161"itself. *callback* may also be ``None`` or ``NULL``. If *ob* is not a "
6262"weakly-referencable object, or if *callback* is not callable, ``None``, or "
@@ -73,11 +73,12 @@ msgstr ""
7373"``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
7474
7575#: ../Doc/c-api/weakref.rst:43
76+ #, fuzzy
7677msgid ""
7778"Return a weak reference proxy object for the object *ob*. This will always "
7879"return a new reference, but is not guaranteed to create a new object; an "
7980"existing proxy object may be returned. The second parameter, *callback*, "
80- "can be a callable object that receives notificación when *ob* is garbage "
81+ "can be a callable object that receives notification when *ob* is garbage "
8182"collected; it should accept a single parameter, which will be the weak "
8283"reference object itself. *callback* may also be ``None`` or ``NULL``. If "
8384"*ob* is not a weakly-referencable object, or if *callback* is not callable, "
0 commit comments