Skip to content

Doc/tranlate c api weakref #1546

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 19, 2021
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
Doc: change devuelve to retorna
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
dcristobalhMad and cmaureir authored Oct 19, 2021
commit 86f076a6783906b787e2ca70e63b94e038279455
2 changes: 1 addition & 1 deletion c-api/weakref.po
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ msgid ""
"except when it cannot be destroyed before the last usage of the borrowed "
"reference."
msgstr ""
"Esta función devuelve una referencia :term:`borrowed reference` al objeto "
"Esta función retorna una referencia :term:`borrowed reference` al objeto "
"referenciado. Esto significa que siempre debe llamar a :c:func:`Py_INCREF` "
"sobre el objeto, excepto cuando no pueda ser destruido antes del último uso "
"de la referencia prestada."
Expand Down