Skip to content

Commit

Permalink
Merge pull request USTC-Resource#7 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Fix typo: pont() --> point()
  • Loading branch information
heqin-zhu authored Apr 3, 2019
2 parents 41a18d9 + 70ca25d commit fd40e0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def __init__(self,x,y):
self.x=x
self.y=y
def __neg__(self):
return pont(-self.x, -self.y)
return point(-self.x, -self.y)
def __len__(self):
return self.norm(2)
def __lt__(self,p):
Expand Down

0 comments on commit fd40e0d

Please sign in to comment.