mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge pull request #44925 from LoipesMas/str-docs
More explicit wording for str() function
This commit is contained in:
@@ -668,7 +668,7 @@
|
||||
</method>
|
||||
<method name="print" qualifiers="vararg">
|
||||
<description>
|
||||
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 @@
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="str2var">
|
||||
|
||||
Reference in New Issue
Block a user