Skip to content

Traducción c-api/refcounting.po #3386

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 12 commits into from
May 14, 2025
Merged
Prev Previous commit
Next Next commit
Update c-api/refcounting.po
Co-authored-by: Marcos Medrano <786907+mmmarcos@users.noreply.github.com>
  • Loading branch information
M-E-K-J-2102 and mmmarcos authored Apr 23, 2025
commit 1184cab2f6f13a26a6afaff96c2ab73ec33ee695
8 changes: 4 additions & 4 deletions c-api/refcounting.po
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ msgstr "Obtiene el recuento de referencias para el objeto de Python *o*."
#: ../Doc/c-api/refcounting.rst:18
msgid ""
"Note that the returned value may not actually reflect how many references to "
"the object are actually held. For example, some objects are :term:`immortal` "
"and have a very high refcount that does not reflect the actual number of "
"references. Consequently, do not rely on the returned value to be accurate, "
"other than a value of 0 or 1."
"the object are actually held. For example, some objects are :term:"
"`immortal` and have a very high refcount that does not reflect the actual "
"number of references. Consequently, do not rely on the returned value to be "
"accurate, other than a value of 0 or 1."
msgstr ""
"Ten cuenta que el valor devuelto puede que no reflejar cúantas referencias "
"al objecto existen realmente. Por ejemplo, algunos objetos son :"
Expand Down