From 731735f187ca23b02be685421d2730bea1b4cc52 Mon Sep 17 00:00:00 2001 From: Eetu Silvennoinen Date: Mon, 28 Oct 2019 12:58:57 +0200 Subject: [PATCH] Update labelImg.py Fixed a comment typo. --- labelImg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelImg.py b/labelImg.py index c3fcd607..23a6cd1d 100755 --- a/labelImg.py +++ b/labelImg.py @@ -308,7 +308,7 @@ class MainWindow(QMainWindow, WindowMixin): labels.setText(getStr('showHide')) labels.setShortcut('Ctrl+Shift+L') - # Lavel list context menu. + # Label list context menu. labelMenu = QMenu() addActions(labelMenu, (edit, delete)) self.labelList.setContextMenuPolicy(Qt.CustomContextMenu)