summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhilbrunner <mhilbrunner@users.noreply.github.com>2017-10-23 00:35:10 +0200
committerGitHub <noreply@github.com>2017-10-23 00:35:10 +0200
commit649b25e0377ba07cb774e86a137645eb81e14f39 (patch)
tree474b21c1b5b3c81962d78861167530e45f708fbd
parentacaaf2e440994bf99b9dcf1ba14ab4a7aa9be854 (diff)
[DOCS] EditorScript: Small formatting fixes
-rw-r--r--doc/classes/EditorScript.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorScript.xml b/doc/classes/EditorScript.xml
index 8856e3362a..245dbc078d 100644
--- a/doc/classes/EditorScript.xml
+++ b/doc/classes/EditorScript.xml
@@ -11,9 +11,9 @@
extends EditorScript
func _run():
- print("Hello from the Godot Editor!")
+ print("Hello from the Godot Editor!")
[/codeblock]
- Note that the script is run in the Editor context, which means the output is visible in the console window started with the Editor (STDOUT) instead of the usual Godot *Output* dock.
+ Note that the script is run in the Editor context, which means the output is visible in the console window started with the Editor (STDOUT) instead of the usual Godot [i]Output[/i] dock.
</description>
<tutorials>
</tutorials>