From 352ce06d87ba2e580ca2024de924ee1962acf80d Mon Sep 17 00:00:00 2001 From: Ursus-Z555 <64819530+Ursus-Z555@users.noreply.github.com> Date: Sat, 21 Nov 2020 21:11:38 +0700 Subject: [PATCH] Fix method name in Groups (#4392) Change method 'call_group()' to 'add_to_group()' under Adding Nodes to a Group section. --- tutorials/scripting/groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~~~~~~