@@ -87,23 +87,23 @@ msgid ""
87
87
"``NULL``. This function always succeeds."
88
88
msgstr ""
89
89
"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."
91
91
92
92
#: ../Doc/c-api/contextvars.rst:67
93
93
msgid ""
94
94
"Return true if *o* is of type :c:data:`PyContextVar_Type`. *o* must not be "
95
95
"``NULL``. This function always succeeds."
96
96
msgstr ""
97
97
"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."
99
99
100
100
#: ../Doc/c-api/contextvars.rst:72
101
101
msgid ""
102
102
"Return true if *o* is of type :c:data:`PyContextToken_Type`. *o* must not be "
103
103
"``NULL``. This function always succeeds."
104
104
msgstr ""
105
105
"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."
107
107
108
108
#: ../Doc/c-api/contextvars.rst:76
109
109
msgid "Context object management functions:"
@@ -219,10 +219,3 @@ msgstr ""
219
219
"Restablece el estado de la variable de contexto *var* a la que estaba antes :"
220
220
"c:func:`PyContextVar_Set` que retornó el *token* fue llamado. Esta función "
221
221
"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