Browse Source

Fix #250: Small error in the tutorial Scripting (continued) > Processing

Asier Iturralde Sarasola 9 years ago
parent
commit
9fa73471f0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/step_by_step/scripting_continued.rst

+ 1 - 1
tutorials/step_by_step/scripting_continued.rst

@@ -48,7 +48,7 @@ with the following script:
         accum += delta
         set_text(str(accum))
 
-Which will show a counter increasing each second.
+Which will show a counter increasing each frame.
 
 Groups
 ------