mirror of https://github.com/python/cpython
Fix trivial typo in test_dataclasses.py. (GH-5398)
This commit is contained in:
parent
15ea3a6a32
commit
7c99e931a9
|
@ -668,7 +668,7 @@ class TestCase(unittest.TestCase):
|
|||
with self.assertRaisesRegex(TypeError, 'unpack'):
|
||||
x, y, z = Point3D(4, 5, 6)
|
||||
|
||||
# Maka sure another class with the same field names isn't
|
||||
# Make sure another class with the same field names isn't
|
||||
# equal.
|
||||
@dataclass
|
||||
class Point3Dv1:
|
||||
|
|
Loading…
Reference in New Issue