]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)
authorSean Grady <vedicmonk@gmail.com>
Fri, 28 May 2021 20:57:18 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 20:57:18 +0000 (16:57 -0400)
commit7e6f2375698036d62464c238059ef2073755fdaf
tree33cbcb0b20d81f3efaa224620bf47c7bda5cff09
parent2138b2edaf5acb3b9c162a9ba620923e286239a8
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)
Lib/dataclasses.py