diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 7aed63a2fc61..fcc5925f8d55 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -137,6 +137,7 @@
Returns [code]true[/code] if the given group exists.
+ A group exists if any [Node] in the tree belongs to it (see [method Node.add_to_group]). Groups without nodes are removed automatically.