8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9efa1 commit fda713fCopy full SHA for fda713f
library/dataclasses.po
@@ -293,7 +293,7 @@ msgid ""
293
"superclass will be used (if the superclass is :class:`object`, this means it "
294
"will fall back to id-based hashing)."
295
msgstr ""
296
-"Si a ``eq`` y a `` frozen `` son asignadas true, :func:`dataclass` genera "
+"Si a ``eq`` y a ``frozen `` son asignadas true, :func:`dataclass` genera "
297
"por defecto un método :meth:`hash` por ti. En el caso que ``eq`` sea true y "
298
"``frozen`` false, a :meth:`__hash__` se le asigna ``None``, en consecuencia "
299
"será unhashable (lo cual es deseable, ya que es mutable). Si ``eq`` es "
0 commit comments