]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in test_dataclasses.py (gh-95735)
authorda-woods <dw-git@d-woods.co.uk>
Sat, 6 Aug 2022 15:56:00 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Aug 2022 15:56:00 +0000 (11:56 -0400)
commit59e09efe888affe549e9249f188797c1325edecc
tree59de286596789c03df12491c9a64e86536a587a4
parent15f4a35487d5ed9eb1edfdb9169eae6f5ad0874a
Fix typo in test_dataclasses.py (gh-95735)

`dataclass` was called as a function when it was almost certainly intended to be a decorator.
Lib/test/test_dataclasses.py