소스 검색

typo on timeout()

D. Fleury 8 년 전
부모
커밋
9f4a65dd9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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``.
 
 ::