소스 검색

Fix method name in Groups (#4392)

Change method 'call_group()' to 'add_to_group()'  under Adding Nodes to a Group section.
Ursus-Z555 4 년 전
부모
커밋
352ce06d87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/scripting/groups.rst

+ 1 - 1
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() <class_SceneTree_method_call_group>`.
+- Calling :ref:`Node.add_to_group() <class_Node_method_add_to_group>`.
 
 Using the Node dock
 ~~~~~~~~~~~~~~~~~~~