From 56e5d9dfd92364fa366caa5482ffd1abcf60c05d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 16 Dec 2019 17:04:29 -0500 Subject: pep8 comment --- hypervideo_gui/main_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_gui/main_ui.py') diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index d07a6e0..47a4f6f 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -313,7 +313,7 @@ class MainWindow(QMainWindow): self.populate_video_format_combobox(self.default_formats_menu_items) - # preserve combobox index if possible + # Preserve combobox index if possible if idx > 1: self.video_format_combobox.setCurrentIndex(0) else: -- cgit v1.2.3