Explorar o código

typo on timeout()

D. Fleury %!s(int64=8) %!d(string=hai) anos
pai
achega
9f4a65dd9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      learning/step_by_step/your_first_game.rst

+ 1 - 1
learning/step_by_step/your_first_game.rst

@@ -672,7 +672,7 @@ Over" for 2 seconds, and then return to the game title and show the
 
 This function is called in ``Main`` whenever the score changes.
 
-Connect the ``timout()`` signal of ``MessageTimer`` and the
+Connect the ``timeout()`` signal of ``MessageTimer`` and the
 ``pressed()`` signal of ``StartButton``.
 
 ::