Wang Xin пре 1 година
родитељ
комит
9a9af93bb4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      labelme/shape.py

+ 1 - 1
labelme/shape.py

@@ -23,7 +23,7 @@ class Shape(object):
     # Flag for the handles we would move if dragging
     # Flag for the handles we would move if dragging
     MOVE_VERTEX = 0
     MOVE_VERTEX = 0
 
 
-    # Flag for all other handles on the curent shape
+    # Flag for all other handles on the current shape
     NEAR_VERTEX = 1
     NEAR_VERTEX = 1
 
 
     # The following class variables influence the drawing of all shape objects.
     # The following class variables influence the drawing of all shape objects.