docs: fix simple typo, neccessary -> necessary

There is a small typo in wordprocessor/wordprocessor.py.

Should read `necessary` rather than `neccessary`.
This commit is contained in:
Tim Gates 2020-12-28 12:01:32 +11:00
parent 20b3f89f2e
commit ef9f3015c2
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -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:
"""