File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ msgid ""
166
166
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
167
167
"type is no longer :c:expr:`const PyObject*`."
168
168
msgstr ""
169
- ":c:func:`Py_TYPE()` se cambia a una función estática en línea . El tipo de "
169
+ ":c:func:`Py_TYPE()` se cambia a una función estática inline . El tipo de "
170
170
"parámetro ya no es :c:expr:`const PyObject*`."
171
171
172
172
#: ../Doc/c-api/structures.rst:111
@@ -199,7 +199,7 @@ msgstr "El tipo de parámetro ya no es :c:expr:`const PyObject*`."
199
199
200
200
#: ../Doc/c-api/structures.rst:133
201
201
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
202
- msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática en línea ."
202
+ msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática inline ."
203
203
204
204
#: ../Doc/c-api/structures.rst:139
205
205
msgid "Set the object *o* reference counter to *refcnt*."
@@ -221,7 +221,7 @@ msgid ""
221
221
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
222
222
"type is no longer :c:expr:`const PyVarObject*`."
223
223
msgstr ""
224
- ":c:func:`Py_SIZE()` se cambia a una función estática en línea . El tipo de "
224
+ ":c:func:`Py_SIZE()` se cambia a una función estática inline . El tipo de "
225
225
"parámetro ya no es :c:expr:`const PyVarObject*`."
226
226
227
227
#: ../Doc/c-api/structures.rst:157
You can’t perform that action at this time.
0 commit comments