diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 47e0b117421..8b4e8becb34 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -375,6 +375,7 @@
Call a group only once even if the call is executed many times.
+ [b]Note:[/b] Arguments are not taken into account when deciding whether the call is unique or not. Therefore when the same method is called with different arguments, only the first call will be performed.
No stretching.