Browse Source

Fix code formatting in GDScript doc

Oleh Prypin 9 years ago
parent
commit
fb8d65d439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/gdscript.rst

+ 1 - 1
reference/gdscript.rst

@@ -493,7 +493,7 @@ in the class' node parent, accessible with ``get_parent``:
     # two parents up (etc)
     # two parents up (etc)
     get_parent().get_parent().function(args)
     get_parent().get_parent().function(args)
 
 
-To call a function in a *base class* (i.e. one ``extend``ed in your current class), 
+To call a function in a *base class* (i.e. one ``extend``-ed in your current class),
 prepend ``.`` to the function name:
 prepend ``.`` to the function name:
 
 
 ::
 ::