瀏覽代碼

Typo found by codespell

Christian Clauss 5 年之前
父節點
當前提交
e727b88ef1
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.