From ef9f3015c227572c38e96f16eab067d236a33d83 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 12:01:32 +1100 Subject: [PATCH] docs: fix simple typo, neccessary -> necessary There is a small typo in wordprocessor/wordprocessor.py. Should read `necessary` rather than `neccessary`. --- wordprocessor/wordprocessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordprocessor/wordprocessor.py b/wordprocessor/wordprocessor.py index 2186489..26f8e7a 100644 --- a/wordprocessor/wordprocessor.py +++ b/wordprocessor/wordprocessor.py @@ -277,7 +277,7 @@ class MainWindow(QMainWindow): def update_format(self): """ - Update the font format toolbar/actions when a new text selection is made. This is neccessary to keep + Update the font format toolbar/actions when a new text selection is made. This is necessary to keep toolbars/etc. in sync with the current edit state. :return: """