diff --git a/core/node.py b/core/node.py index 503c026..a5e5e5b 100644 --- a/core/node.py +++ b/core/node.py @@ -98,7 +98,7 @@ class Node: """Set the blender scene using the bpy Scene object or its name. Args: - value (str|bpy.types.Scene): scene name or scene object to set th the node. + value (str|bpy.types.Scene): scene name or scene object to set the node. """ if isinstance(value, str): self._scene = bpy.data.scenes[value]