Skip to content

Commit 4fc782a

Browse files
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 2393115 commit 4fc782a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

c-api/structures.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ msgid ""
166166
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
167167
"type is no longer :c:expr:`const PyObject*`."
168168
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 "
170170
"parámetro ya no es :c:expr:`const PyObject*`."
171171

172172
#: ../Doc/c-api/structures.rst:111
@@ -199,7 +199,7 @@ msgstr "El tipo de parámetro ya no es :c:expr:`const PyObject*`."
199199

200200
#: ../Doc/c-api/structures.rst:133
201201
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."
203203

204204
#: ../Doc/c-api/structures.rst:139
205205
msgid "Set the object *o* reference counter to *refcnt*."
@@ -221,7 +221,7 @@ msgid ""
221221
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
222222
"type is no longer :c:expr:`const PyVarObject*`."
223223
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 "
225225
"parámetro ya no es :c:expr:`const PyVarObject*`."
226226

227227
#: ../Doc/c-api/structures.rst:157

0 commit comments

Comments
 (0)