Unverified Kaydet (Commit) 7c99e931 authored tarafından Eric V. Smith's avatar Eric V. Smith Kaydeden (comit) GitHub

Fix trivial typo in test_dataclasses.py. (GH-5398)

üst 15ea3a6a
...@@ -668,7 +668,7 @@ class TestCase(unittest.TestCase): ...@@ -668,7 +668,7 @@ class TestCase(unittest.TestCase):
with self.assertRaisesRegex(TypeError, 'unpack'): with self.assertRaisesRegex(TypeError, 'unpack'):
x, y, z = Point3D(4, 5, 6) 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. # equal.
@dataclass @dataclass
class Point3Dv1: class Point3Dv1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment