diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml
index b40ae65a612..bf81362e796 100644
--- a/doc/classes/@GlobalScope.xml
+++ b/doc/classes/@GlobalScope.xml
@@ -668,7 +668,7 @@
- Converts one or more arguments to strings in the best way possible and prints them to the console.
+ Converts one or more arguments of any type to string in the best way possible and prints them to the console.
[codeblock]
a = [1, 2, 3]
print("a", "b", a) # Prints ab[1, 2, 3]
@@ -994,7 +994,7 @@
- Converts one or more arguments to string in the best way possible.
+ Converts one or more arguments of any type to string in the best way possible.