Skip to content

Traducido archivo c-api/structures #2138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
martorelli617 and cmaureir authored Oct 31, 2022
commit 4fc782a3082e98e3ebb69d582ec01ac81f164a37
6 changes: 3 additions & 3 deletions c-api/structures.po
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ msgid ""
":c:func:`Py_TYPE()` is changed to an inline static function. The parameter "
"type is no longer :c:expr:`const PyObject*`."
msgstr ""
":c:func:`Py_TYPE()` se cambia a una función estática en línea. El tipo de "
":c:func:`Py_TYPE()` se cambia a una función estática inline. El tipo de "
"parámetro ya no es :c:expr:`const PyObject*`."

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

#: ../Doc/c-api/structures.rst:133
msgid ":c:func:`Py_REFCNT()` is changed to the inline static function."
msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática en línea."
msgstr ":c:func:`Py_REFCNT()` se cambia a la función estática inline."

#: ../Doc/c-api/structures.rst:139
msgid "Set the object *o* reference counter to *refcnt*."
Expand All @@ -221,7 +221,7 @@ msgid ""
":c:func:`Py_SIZE()` is changed to an inline static function. The parameter "
"type is no longer :c:expr:`const PyVarObject*`."
msgstr ""
":c:func:`Py_SIZE()` se cambia a una función estática en línea. El tipo de "
":c:func:`Py_SIZE()` se cambia a una función estática inline. El tipo de "
"parámetro ya no es :c:expr:`const PyVarObject*`."

#: ../Doc/c-api/structures.rst:157
Expand Down