]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in test_dataclasses.py (gh-95735)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 6 Aug 2022 16:16:01 +0000 (09:16 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Aug 2022 16:16:01 +0000 (09:16 -0700)
commit9a23f582ee0c64954b930c9c03d1fd02ce8d4044
tree9577a358a78dec36cfda0d5b59937d4b3b6b79f1
parent426bf7bbf901fabe0f2b9b9241147864f5e66fc9
Fix typo in test_dataclasses.py (gh-95735)

`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>
Lib/test/test_dataclasses.py