Skip to content

Traducción library/weakref #1628

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 2 commits into from
Nov 13, 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
Next Next commit
weakref translation
  • Loading branch information
erickisos committed Nov 10, 2021
commit d35b40426e0239a19c05e925b580d1eb1ffa1db7
7 changes: 6 additions & 1 deletion library/weakref.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ msgid ""
"In the following, the term :dfn:`referent` means the object which is "
"referred to by a weak reference."
msgstr ""
"A continuación, el término :dfn:`referente` alude al objeto que es "
"En lo consecutivo, el término :dfn:`referente` aludirá al objeto que es "
"referenciado por una referencia débil."

#: ../Doc/library/weakref.rst:25
Expand Down Expand Up @@ -195,6 +195,11 @@ msgid ""
"of strings in the ``__slots__`` declaration. See :ref:`__slots__ "
"documentation <slots>` for details."
msgstr ""
"Cuando ``__slots__``es definido para un tipo específico, el soporte para "
"referencia débil es deshabilitado a menos que una cadena ``'__weakref__'`` "
"también esté presente en la secuencia de cadenas en la declaración "
"``__slots__``. Véase :ref`__slots__ documentation <slots>` para más "
"detalles. "

#: ../Doc/library/weakref.rst:98
msgid ""
Expand Down