@@ -87,23 +87,23 @@ msgid ""
8787"``NULL``. This function always succeeds."
8888msgstr ""
8989"Retorna verdadero si *o* es de tipo :c:data:`PyContext_Type`. *o* no debe "
90- "ser ``NULL``. Esta función siempre tiene éxito."
90+ "ser ``NULL``. Esta función siempre finaliza con éxito."
9191
9292#: ../Doc/c-api/contextvars.rst:67
9393msgid ""
9494"Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be "
9595"``NULL``. This function always succeeds."
9696msgstr ""
9797"Retorna verdadero si *o* es de tipo :c:data:`PyContextVar_Type`. *o* no debe "
98- "ser ``NULL``. Esta función siempre tiene éxito."
98+ "ser ``NULL``. Esta función siempre finaliza con éxito."
9999
100100#: ../Doc/c-api/contextvars.rst:72
101101msgid ""
102102"Return true if *o* is of type :c:data:`PyContextToken_Type`. *o* must not be "
103103"``NULL``. This function always succeeds."
104104msgstr ""
105105"Retorna verdadero si *o* es de tipo :c:data:`PyContextToken_Type`. *o* no "
106- "debe ser ``NULL``. Esta función siempre tiene éxito."
106+ "debe ser ``NULL``. Esta función siempre finaliza con éxito."
107107
108108#: ../Doc/c-api/contextvars.rst:76
109109msgid "Context object management functions:"
@@ -219,10 +219,3 @@ msgstr ""
219219"Restablece el estado de la variable de contexto *var* a la que estaba antes :"
220220"c:func:`PyContextVar_Set` que retornó el *token* fue llamado. Esta función "
221221"retorna ``0`` en caso de éxito y ``-1`` en caso de error."
222-
223- #~ msgid ""
224- #~ "Clear the context variable free list. Return the total number of freed "
225- #~ "items. This function always succeeds."
226- #~ msgstr ""
227- #~ "Borra la lista libre de variables de contexto. Retorna el número total de "
228- #~ "artículos liberados. Esta función siempre tiene éxito."
0 commit comments