Skip to content

Commit c2b1c39

Browse files
committed
Fix true -> True
* pygorithm/geometry/line2.py - true -> True
1 parent 7ebd1b7 commit c2b1c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/geometry/line2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def __str__(self):
261261
pass
262262

263263
@staticmethod
264-
def find_intersection(line1, line2, offset1=None, offset2=None, find_mtv=true):
264+
def find_intersection(line1, line2, offset1=None, offset2=None, find_mtv=True):
265265
"""
266266
Find the intersection between the two lines.
267267

0 commit comments

Comments
 (0)