diff --git a/Lib/test/test_dataclasses.py b/Lib/test/test_dataclasses.py index 53281f9dd9d..736bc490867 100755 --- a/Lib/test/test_dataclasses.py +++ b/Lib/test/test_dataclasses.py @@ -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: