File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ msgid ""
42
42
"In the following, the term :dfn:`referent` means the object which is "
43
43
"referred to by a weak reference."
44
44
msgstr ""
45
- "A continuación , el término :dfn:`referente` alude al objeto que es "
45
+ "En lo consecutivo , el término :dfn:`referente` aludirá al objeto que es "
46
46
"referenciado por una referencia débil."
47
47
48
48
#: ../Doc/library/weakref.rst:25
@@ -195,6 +195,11 @@ msgid ""
195
195
"of strings in the ``__slots__`` declaration. See :ref:`__slots__ "
196
196
"documentation <slots>` for details."
197
197
msgstr ""
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. "
198
203
199
204
#: ../Doc/library/weakref.rst:98
200
205
msgid ""
You can’t perform that action at this time.
0 commit comments