fixing a typo in docstring

Signed-off-by: Scott Murray <scottmur@amazon.com>
This commit is contained in:
Scott Murray
2022-01-12 13:13:52 -08:00
parent 2492c0a4f4
commit aebf93d882
@@ -264,7 +264,7 @@ class EditorComponent:
def disable_component(self):
"""
Used to disable the component using its id value.
Deprecation warning! Use set_enable(False) instead as this method is in deprecation
Deprecation warning! Use set_enabled(False) instead as this method is in deprecation
:return: None
"""
warnings.warn("disable_component is deprecated, use set_enabled(False) instead.", DeprecationWarning)