diff --git a/Line.py b/Line.py index 2eeb506..834e71e 100644 --- a/Line.py +++ b/Line.py @@ -9,7 +9,7 @@ class Line(Shape): return len(self.vars) def nPts(self): - return 3 + return 2 def toEqu(self, ptNum): if ptNum == 0: