Skip to content

Commit a18c65a

Browse files
Update c-api/refcounting.po
Co-authored-by: Marcos Medrano <786907+mmmarcos@users.noreply.github.com>
1 parent 2dddc86 commit a18c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-api/refcounting.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ msgid ""
275275
"to the object passed because the macro carefully uses a temporary variable "
276276
"and sets the argument to ``NULL`` before releasing the reference."
277277
msgstr ""
278-
"Libera una :term:`strong reference` del el objeto *o*. El objeto puede ser "
278+
"Libera una :term:`strong reference` del objeto *o*. El objeto puede ser "
279279
"``NULL``, en cuyo caso el macro no tiene efecto; de lo contrario, el efecto "
280280
"es el mismo que el de :c:func:`Py_DECREF`, excepto que el argumento también "
281281
"se establece en ``NULL``. La advertencia de :c:func:`Py_DECREF` no se aplica "

0 commit comments

Comments
 (0)