From 67f012e441a18e669c93c7b15ce17a6d9dbcc05d Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 12 Jun 2023 16:03:26 +0200 Subject: [PATCH] Fix typo + cosmetics --- openpype/hosts/maya/api/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/hosts/maya/api/plugin.py b/openpype/hosts/maya/api/plugin.py index 691c7da6cf..967d39674c 100644 --- a/openpype/hosts/maya/api/plugin.py +++ b/openpype/hosts/maya/api/plugin.py @@ -26,7 +26,7 @@ log = Logger.get_logger() def get_reference_node(*args, **kwargs): """ Deprecated: - This funcation was moved ... and will be removed in 3.16.x. + This function was moved and will be removed in 3.16.x. """ msg = "Function 'get_reference_node' has been moved." log.warning(msg) @@ -37,7 +37,7 @@ def get_reference_node(*args, **kwargs): def get_reference_node_parents(*args, **kwargs): """ Deprecated: - This funcation was moved ... and will be removed in 3.16.x. + This function was moved and will be removed in 3.16.x. """ msg = "Function 'get_reference_node_parents' has been moved." log.warning(msg)