Skip to content

Fix lint #3394

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

Open
wants to merge 1 commit into
base: 3.13
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 3 additions & 1 deletion c-api/refcounting.po
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ msgid ""
msgstr ""
"Ten cuenta que el valor devuelto puede que no reflejar cúantas referencias "
"al objecto existen realmente. Por ejemplo, algunos objetos son :"
"term:'immortal' y tienen un refcount muy alto que no refleja el número "
"term:`immortal` y tienen un refcount muy alto que no refleja el número "
"real de referencias. Por lo tanto, no confíes en que el valor devuelto sea "
"presciso, salvo cuando sea 0 o 1. "

Expand Down Expand Up @@ -172,6 +172,8 @@ msgid ""
"Py_INCREF(obj);\n"
"self->attr = obj;"
msgstr ""
"Py_INCREF(obj);\n"
"self->attr = obj;"

#: ../Doc/c-api/refcounting.rst:96
msgid "can be written as::"
Expand Down
Loading