@@ -11,16 +11,17 @@ msgstr ""
1111"Project-Id-Version : Python 3.8\n "
1212"Report-Msgid-Bugs-To : \n "
1313"POT-Creation-Date : 2021-10-16 21:42+0200\n "
14- "PO-Revision-Date : 2021-08-01 17 :38+0200\n "
15- "Last-Translator : Cristián Maureira-Fredes <cmaureirafredes @gmail.com>\n "
14+ "PO-Revision-Date : 2021-10-18 19 :38+0200\n "
15+ "Last-Translator : Diego Cristóbal Herreros <diecristher @gmail.com>\n "
1616"Language : es\n "
1717"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
1818"python.org)\n "
19- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
19+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
2020"MIME-Version : 1.0\n "
2121"Content-Type : text/plain; charset=utf-8\n "
2222"Content-Transfer-Encoding : 8bit\n "
2323"Generated-By : Babel 2.9.1\n "
24+ "X-Generator : Poedit 3.0\n "
2425
2526#: ../Doc/c-api/weakref.rst:6
2627msgid "Weak Reference Objects"
@@ -116,6 +117,10 @@ msgid ""
116117"except when it cannot be destroyed before the last usage of the borrowed "
117118"reference."
118119msgstr ""
120+ "Esta función retorna una referencia :term:`borrowed reference` al objeto "
121+ "referenciado. Esto significa que siempre debe llamar a :c:func:`Py_INCREF` "
122+ "sobre el objeto, excepto cuando no pueda ser destruido antes del último uso "
123+ "de la referencia prestada."
119124
120125#: ../Doc/c-api/weakref.rst:69
121126msgid ""
0 commit comments