]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in test_dataclasses.py (gh-95735) (gh-95740)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Aug 2022 11:46:20 +0000 (04:46 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 11:46:20 +0000 (07:46 -0400)
commit514ec820319138242589f9ca0aa2277de0a1c453
tree33a788bb3d8457a1590f67d02b45a5a65c25a032
parent868fb9e269b4e18574dc257681d2d7b04de42dcb
Fix typo in test_dataclasses.py (gh-95735) (gh-95740)

`dataclass` was called as a function when it was almost certainly intended to be a decorator.
(cherry picked from commit 59e09efe888affe549e9249f188797c1325edecc)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Lib/test/test_dataclasses.py