Skip to content

Commit ff2e1cc

Browse files
author
Francisco Mora
committed
Observations fixed
1 parent 446bead commit ff2e1cc

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

c-api/weakref.po

Lines changed: 11 additions & 10 deletions
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: 2024-11-21 16:38-0300\n"
14-
"PO-Revision-Date: 2025-02-05 16:53-0300\n"
14+
"PO-Revision-Date: 2025-02-06 09:07-0300\n"
1515
"Last-Translator: srmorita <fr.morac@duocuc.cl>\n"
1616
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-"
1717
"es.python.org)\n"
@@ -81,7 +81,7 @@ msgstr ""
8181
"parámetro, el cual será el mismo objeto de referencia débil. *callback* "
8282
"también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto que puede ser "
8383
"referido de forma débil, o si *callback* no es invocable, ``None``, o "
84-
"``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
84+
"``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
8585

8686
#: ../Doc/c-api/weakref.rst:44
8787
msgid ""
@@ -102,15 +102,15 @@ msgstr ""
102102
"aceptar un solo parámetro, el cual será el mismo objeto de referencia débil. "
103103
"*callback* también puede ser ``None`` o ``NULL``. Si *ob* no es un objeto "
104104
"que puede ser referido de forma débil, o si *callback* no es invocable, "
105-
"``None``, o ``NULL``, esto retornará ``NULL`` y causará un :exc:`TypeError`."
105+
"``None``, o ``NULL``, esto retornará ``NULL`` y lanzará un :exc:`TypeError`."
106106

107107
#: ../Doc/c-api/weakref.rst:56
108108
msgid ""
109109
"Get a :term:`strong reference` to the referenced object from a weak "
110110
"reference, *ref*, into *\\*pobj*."
111111
msgstr ""
112112
"Obtiene un :term:`strong reference` al objeto referenciado desde una "
113-
"referencia débil, *ref*, into *\\*pobj*."
113+
"referencia débil, *ref*, en *\\*pobj*."
114114

115115
#: ../Doc/c-api/weakref.rst:59
116116
msgid ""
@@ -180,7 +180,8 @@ msgstr ""
180180

181181
#: ../Doc/c-api/weakref.rst:103
182182
msgid "Clears the weakrefs for *object* without calling the callbacks."
183-
msgstr "Borra las weakrefs para *object* sin llamar a las retrollamadas."
183+
msgstr ""
184+
"Borra las referencias devikesy para *object* sin llamar a las retrollamadas."
184185

185186
#: ../Doc/c-api/weakref.rst:105
186187
msgid ""
@@ -193,9 +194,9 @@ msgstr ""
193194
"Esta función es invocada por el gestor :c:member:`~PyTypeObject.tp_dealloc` "
194195
"para tipos con finalizadores (i.e., :meth:`~object.__del__`). El gestor de "
195196
"esos objetos primero llama a :c:func:`PyObject_ClearWeakRefs` para borrar "
196-
"las weakrefs y llamar a sus callbacks, luego al finalizador, y finalmente a "
197-
"esta función para borrar cualquier weakref que pueda haber sido creada por "
198-
"el finalizador."
197+
"las referencias devikesy y llamar a sus callbacks, luego al finalizador, y "
198+
"finalmente a esta función para borrar cualquier referencia devikesy que "
199+
"pueda haber sido creada por el finalizador."
199200

200201
#: ../Doc/c-api/weakref.rst:111
201202
msgid ""
@@ -204,5 +205,5 @@ msgid ""
204205
"function."
205206
msgstr ""
206207
"En la mayoría de los casos, es más apropiado "
207-
"utilizar :c:func:`PyObject_ClearWeakRefs` para borrar las weakrefs en lugar "
208-
"de esta función."
208+
"utilizar :c:func:`PyObject_ClearWeakRefs` para borrar las referencias "
209+
"devikesy en lugar de esta función."

dictionaries/c-api_weakref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
weakrefs
1+
devikesy

0 commit comments

Comments
 (0)