浏览代码

docs: fix simple typo, constrast -> contrast

There is a small typo in labelme/app.py.

Should read `contrast` rather than `constrast`.
Tim Gates 4 年之前
父节点
当前提交
7d098ed776
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

@@ -1515,7 +1515,7 @@ class MainWindow(QtWidgets.QMainWindow):
                 self.setScroll(
                     orientation, self.scroll_values[orientation][self.filename]
                 )
-        # set brightness constrast values
+        # set brightness contrast values
         dialog = BrightnessContrastDialog(
             utils.img_data_to_pil(self.imageData),
             self.onNewBrightnessContrast,