8000 Update library/dataclasses.po · python/python-docs-es@e558d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit e558d9a

Browse files
Update library/dataclasses.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent e468737 commit e558d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/dataclasses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ msgid ""
293293
"superclass will be used (if the superclass is :class:`object`, this means it "
294294
"will fall back to id-based hashing)."
295295
msgstr ""
296-
"Si a ``eq`` y a ``frozen `` son asignadas true, :func:`dataclass` genera "
296+
"Si ``eq`` y ``frozen`` son true, :func:`dataclass` genera "
297297
"por defecto un método :meth:`hash` por ti. En el caso que ``eq`` sea true y "
298298
"``frozen`` false, a :meth:`__hash__` se le asigna ``None``, en consecuencia "
299299
"será unhashable (lo cual es deseable, ya que es mutable). Si ``eq`` es "

0 commit comments

Comments
 (0)
0