We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a8d11 commit d8fbe5bCopy full SHA for d8fbe5b
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