]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix dataclassses spelling (GH-28837) (GH-28841)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Oct 2021 19:50:45 +0000 (12:50 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Oct 2021 19:50:45 +0000 (15:50 -0400)
commite086bfee035eb23397f3cddba07b767b35d7ec08
treedfb5e8171df5f45a950bd4d329df642ba8a83cbe
parentc80f0b7aa1d90332d0069d3e85ee112d0c9da7f0
Fix dataclassses spelling (GH-28837) (GH-28841)

(cherry picked from commit 5b4a7675bcfc6368aff955f4a6231579718f5dad)

Co-authored-by: Landon Yarrington <33426811+jly36963@users.noreply.github.com>
Co-authored-by: Landon Yarrington <33426811+jly36963@users.noreply.github.com>
Doc/whatsnew/3.10.rst
Lib/dataclasses.py
Lib/test/test_dataclasses.py