diff --git a/tutorials/scripting/groups.rst b/tutorials/scripting/groups.rst index bf39531b8..78da351da 100644 --- a/tutorials/scripting/groups.rst +++ b/tutorials/scripting/groups.rst @@ -18,7 +18,7 @@ Adding nodes to a group There are two ways to add nodes to groups: - Using the Node dock in the editor. -- Calling :ref:`SceneTree.call_group() `. +- Calling :ref:`Node.add_to_group() `. Using the Node dock ~~~~~~~~~~~~~~~~~~~