We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4730e commit c69fe80Copy full SHA for c69fe80
Doc/library/dataclasses.rst
@@ -615,7 +615,8 @@ methods will raise a :exc:`FrozenInstanceError` when invoked.
615
616
There is a tiny performance penalty when using ``frozen=True``:
617
:meth:`~object.__init__` cannot use simple assignment to initialize fields, and
618
-must use :meth:`!__setattr__`.
+must use :meth:`!object.__setattr__`.
619
+.. Make sure to not remove "object" from "object.__setattr__" in the above markup
620
621
.. _dataclasses-inheritance:
622
0 commit comments