Przeglądaj źródła

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

Asier Iturralde Sarasola 9 lat temu
rodzic
commit
9fa73471f0
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 ------