@@ -11,16 +11,17 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
16
16
"Language : es\n "
17
17
"Language-Team : python-doc-es (https://mail.python.org/mailman3/lists/docs-es. "
18
18
"python.org)\n "
19
- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
19
+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
20
20
"MIME-Version : 1.0\n "
21
21
"Content-Type : text/plain; charset=utf-8\n "
22
22
"Content-Transfer-Encoding : 8bit\n "
23
23
"Generated-By : Babel 2.9.1\n "
24
+ "X-Generator : Poedit 3.0\n "
24
25
25
26
#: ../Doc/c-api/weakref.rst:6
26
27
msgid "Weak Reference Objects"
@@ -116,6 +117,10 @@ msgid ""
116
117
"except when it cannot be destroyed before the last usage of the borrowed "
117
118
"reference."
118
119
msgstr ""
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."
119
124
120
125
#: ../Doc/c-api/weakref.rst:69
121
126
msgid ""
0 commit comments