Ver Fonte

docs: fix simple typo, constrast -> contrast

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

Should read `contrast` rather than `constrast`.
Tim Gates há 4 anos atrás
pai
commit
7d098ed776
1 ficheiros alterados com 1 adições e 1 exclusões
  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,