Quellcode durchsuchen

Typo found by codespell

Christian Clauss vor 5 Jahren
Ursprung
Commit
e727b88ef1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      labelme/widgets/canvas.py

+ 1 - 1
labelme/widgets/canvas.py

@@ -228,7 +228,7 @@ class Canvas(QtWidgets.QWidget):
                 self.movingShape = True
             return
 
-        # Just hovering over the canvas, 2 posibilities:
+        # Just hovering over the canvas, 2 possibilities:
         # - Highlight shapes
         # - Highlight vertex
         # Update shape/vertex fill and tooltip value accordingly.