diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-23 07:20:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 07:20:57 (GMT) |
commit | 1ecbe787dde59b3d021990dbf92680f0301977ce (patch) | |
tree | ebd0491654378c1d56acfbabc95f454f3f401b8e /Lib/ssl.py | |
parent | 1aff195903ca664b5285f7ac9e999347484d9d3b (diff) | |
download | cpython-1ecbe787dde59b3d021990dbf92680f0301977ce.zip cpython-1ecbe787dde59b3d021990dbf92680f0301977ce.tar.gz cpython-1ecbe787dde59b3d021990dbf92680f0301977ce.tar.bz2 |
[3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108357)
gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355)
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 79fdacc0059a3959074d2d9d054653eae1dcfe06)
Co-authored-by: FrozenBob <30644137+FrozenBob@users.noreply.github.com>
Diffstat (limited to 'Lib/ssl.py')
0 files changed, 0 insertions, 0 deletions