Skip to content

Commit 08f420b

Browse files
Doc/tranlate c api weakref (#1546)
* Doc: translate weakref.po * Doc: last translator name added * Doc: change devuelve to retorna Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 72d439b commit 08f420b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

c-api/weakref.po

+8-3
Original file line numberDiff line numberDiff line change
@@ -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
2627
msgid "Weak Reference Objects"
@@ -116,6 +117,10 @@ msgid ""
116117
"except when it cannot be destroyed before the last usage of the borrowed "
117118
"reference."
118119
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."
119124

120125
#: ../Doc/c-api/weakref.rst:69
121126
msgid ""

0 commit comments

Comments
 (0)