Merge branch 'Fix-a-typo-in-a-comment-that-reffers-to-a-method-rather-than-class' into 'master'

Just a simple typo fix - Update loader.py

See merge request openlp/openlp!701
This commit is contained in:
Raoul Snyman 2024-01-05 17:19:37 +00:00
commit 6fa5075b7b
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ from openlp.core.ui.slidecontroller import LiveController, PreviewController
def loader():
"""
God class to load all the components which are registered with the Registry
God method to load all the components which are registered with the Registry
:return: None
"""