Fix various typos

This commit is contained in:
luzpaz
2024-12-18 22:58:42 +00:00
committed by Chris Hennes
parent ab508f99c7
commit 0758630103
6 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ class PathTestBase(unittest.TestCase):
self.assertEqual(side, Path.Geom.Side.Right)
def assertCircle(self, edge, pt, r):
"""Verivy that edge is a circle at given location."""
"""Verify that edge is a circle at given location."""
curve = edge.Curve
self.assertIs(type(curve), Part.Circle)
self.assertCoincide(curve.Center, Vector(pt.x, pt.y, pt.z))