mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Fix typo + cosmetics
This commit is contained in:
parent
c940b82fb9
commit
67f012e441
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue