Skip to content

Commit 398a6d8

Browse files
authored
changed comm
1 parent 3cec255 commit 398a6d8

File tree

1 file changed

+1
-1
lines changed
  • Programming_Assignments/part1/src/ex3_ex4

1 file changed

+1
-1
lines changed

Programming_Assignments/part1/src/ex3_ex4/plane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def print_plane(self):
2222
for point in self.points:
2323
point.print_point()
2424

25-
#this functions check if 2 points share shame x
25+
#this functions check if 2 points share same x
2626
def check_points(self):
2727
curr = 0
2828
l_size = len(self.points)

0 commit comments

Comments
 (0)