We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cec255 commit 398a6d8Copy full SHA for 398a6d8
Programming_Assignments/part1/src/ex3_ex4/plane.py
@@ -22,7 +22,7 @@ def print_plane(self):
22
for point in self.points:
23
point.print_point()
24
25
- #this functions check if 2 points share shame x
+ #this functions check if 2 points share same x
26
def check_points(self):
27
curr = 0
28
l_size = len(self.points)
0 commit comments