Skip to content
Snippets Groups Projects
Commit db4cacf2 authored by nkour's avatar nkour
Browse files

fix typo

parent ae16d895
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class MessageControl:
def set_control_active(self, state):
'''Called when the control becomes active (state is True)
or inactive (state is False)'''
pass # Derived types MUST implement this method
pass # Derived classes MUST implement this method
def allow_shutdown(self, method):
'''Called to check is a control is allowed to shutdown.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment