I am not even going to start a discussion about GDscript vs. C#, but this line is unnecessary at this place and will only lead to false impressions. If you are in a company that intends to use C# you won't need this information. If you don't know about C# yet there's a good chance that you will be better off using GDscript.
step_by_step/scripting.rst
The final example at the mentioned tutorial had the function _on_Button_pressed as _on_button_pressed in the GDScript
example, this commit shall remove the duplicated function _on_button_pressed
Fixes#1556
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
* Update scripting.rst
Just a small sentence update for the scripting portion of the tutorial
* Change tense from "will not be editable" to "is not editable"