Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-03-28 10:42:43 +01:00
parent c05db58ecc
commit 15e264eb3f
21 changed files with 186 additions and 45 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ Returns the arc tangent of ``y/x`` in radians. Use to get the angle of tangent `
::
a = atan(0, -1) # a is 3.141593
a = atan2(0, -1) # a is 3.141593
.. _class_@GDScript_method_bytes2var: