Skip to content

Commit

Permalink
pythongh-108267 Fix another dataclasses docs typo (python#119277)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored and estyxx committed Jul 17, 2024
1 parent b305e86 commit 966463a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/dataclasses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 966463a

Please sign in to comment.