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