Just a simple typo fix - Update loader.py

This commit is contained in:
JessyJP 2024-01-05 17:19:37 +00:00 committed by Raoul Snyman
parent 504b6bfd0a
commit c17692976a
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
"""