Skip to content

Commit fd40e0d

Browse files
authored
Merge pull request #7 from cclauss/patch-2
Fix typo: pont() --> point()
2 parents 41a18d9 + 70ca25d commit fd40e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

算法基础/labs/2018-徐云/lab1/PB16030899-朱河勤-实验一.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def __init__(self,x,y):
88
self.x=x
99
self.y=y
1010
def __neg__(self):
11-
return pont(-self.x, -self.y)
11+
return point(-self.x, -self.y)
1212
def __len__(self):
1313
return self.norm(2)
1414
def __lt__(self,p):

0 commit comments

Comments
 (0)