[3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) by miss-islington · Pull Request #108358 · python/cpython
Fixed a sentence in dataclasses.rst
Changed "setattr" to "object.setattr" in a section that was specifically supposed to refer to the setattr method of the object class. Also suppressed the link to the data model docs for setattr, since we're talking about a specific setattr implementation, not setattr methods in general.
(cherry picked from commit 79fdacc)
Co-authored-by: FrozenBob 30644137+FrozenBob@users.noreply.github.com
📚 Documentation preview 📚: https://cpython-previews--108358.org.readthedocs.build/