Răsfoiți Sursa

Merge pull request #542 from dfleury2/master

typo on timeout()
Chris Bradfield 7 ani în urmă
părinte
comite
cdab9a926b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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``.
 
 ::