Misc. typos

Found via `codespell`
Trivial typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-08-09 14:43:09 -04:00
committed by wmayer
parent a6341b3f27
commit fab9cad50f
11 changed files with 20 additions and 20 deletions

View File

@@ -2482,7 +2482,7 @@ def outerSoddyCircle(circle1, circle2, circle3):
z = q4 / (k4 + 0j)
# If the formula is not solveable, we return no circle.
# If the formula is not solvable, we return no circle.
if (not z or not (1 / k4)):
return None
@@ -2534,7 +2534,7 @@ def innerSoddyCircle(circle1, circle2, circle3):
z = q4 / (k4 + 0j)
# If the formula is not solveable, we return no circle.
# If the formula is not solvable, we return no circle.
if (not z or not (1 / k4)):
return None