Skip to content

Commit c75a07b

Browse files
committed
Corrijo errores del CI
1 parent 950a3f4 commit c75a07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c-api/refcounting.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ msgid ""
7676
"On :ref:`Python build with Free Threading <free-threading-build>`, if "
7777
"*refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`."
7878
msgstr ""
79-
"En :ref:`compilación de Python con Free Threading <free-threading-build> `, "
79+
"En :ref:`compilación de Python con Free Threading <free-threading-build>`, "
8080
"si *refcnt* es mas mayor que ``UINT32_MAX``, el objeto se convierte "
8181
"en :term:`immortal`."
8282

@@ -361,7 +361,7 @@ msgid ""
361361
"old value of *dst*, so that any code triggered as a side-effect of *dst* "
362362
"getting torn down no longer believes *dst* points to a valid object."
363363
msgstr ""
364-
"Eso termina asignando *dst* al valor *src* _antes de_ liberar la referencia "
364+
"Eso termina asignando *dst* al valor *src* _antes_ de liberar la referencia "
365365
"al valor anterior de *dst*, para que cualquier código ejecutado como efecto "
366366
"secundario de *dst* siendo destruido ya no crea que *dst* señala a un objeto "
367367
"válido."

0 commit comments

Comments
 (0)