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 fe92193 commit 423bbcbCopy full SHA for 423bbcb
Doc/library/dataclasses.rst
@@ -616,7 +616,8 @@ methods will raise a :exc:`FrozenInstanceError` when invoked.
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:`!object.__setattr__`.
619
-.. Make sure to not remove "object" from "object.__setattr__" in the above markup
+
620
+.. Make sure to not remove "object" from "object.__setattr__" in the above markup!
621
622
.. _dataclasses-inheritance:
623
0 commit comments