We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2bd5f4e commitdd0eb4fCopy full SHA for dd0eb4f
library/weakref.po
@@ -42,7 +42,7 @@ msgid ""
42
"In the following, the term :dfn:`referent` means the object which is "
43
"referred to by a weak reference."
44
msgstr""
45
-"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 "
46
"referenciado por una referencia débil."
47
48
#:../Doc/library/weakref.rst:25
@@ -195,6 +195,11 @@ msgid ""
195
"of strings in the ``__slots__`` declaration. See :ref:`__slots__ "
196
"documentation <slots>` for details."
197
198
+"Cuando ``__slots__``es definido para un tipo específico, el soporte para "
199
+"referencia débil es deshabilitado a menos que una cadena ``'__weakref__'`` "
200
+"también esté presente en la secuencia de cadenas en la declaración "
201
+"``__slots__``. Véase :ref:`__slots__ documentation <slots>` para más "
202
+"detalles. "
203
204
#:../Doc/library/weakref.rst:98
205
msgid""