gh-108267 Fix another dataclasses docs typo (#119277)

This commit is contained in:
Alex Waygood 2024-05-20 18:34:57 -04:00 committed by GitHub
parent fe921931a3
commit 423bbcbbc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -616,7 +616,8 @@ methods will raise a :exc:`FrozenInstanceError` when invoked.
There is a tiny performance penalty when using ``frozen=True``:
:meth:`~object.__init__` cannot use simple assignment to initialize fields, and
must use :meth:`!object.__setattr__`.
.. Make sure to not remove "object" from "object.__setattr__" in the above markup
.. Make sure to not remove "object" from "object.__setattr__" in the above markup!
.. _dataclasses-inheritance: