From 45b278f999a8cff7b02b38b93c933a2e4b431d21 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:38:38 +0100 Subject: [PATCH] Fix an outdated comment --- novelwriter/gui/doceditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novelwriter/gui/doceditor.py b/novelwriter/gui/doceditor.py index b380da39..6a1d2585 100644 --- a/novelwriter/gui/doceditor.py +++ b/novelwriter/gui/doceditor.py @@ -74,7 +74,7 @@ class _SelectAction(Enum): KEEP_POSITION = 2 MOVE_AFTER = 3 -# END Class EditorSelectMode +# END Class _SelectAction class GuiDocEditor(QPlainTextEdit):