Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatV authored and wkentaro committed Jan 30, 2024
1 parent 4b6813f commit 9a9af93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labelme/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Shape(object):
# Flag for the handles we would move if dragging
MOVE_VERTEX = 0

# Flag for all other handles on the curent shape
# Flag for all other handles on the current shape
NEAR_VERTEX = 1

# The following class variables influence the drawing of all shape objects.
Expand Down

0 comments on commit 9a9af93

Please sign in to comment.