소스 검색

Merge pull request #2264 from pyrophone/PausingFormatFix

Fixed small formatting issue in pausing games tutorial
Chris Bradfield 6 년 전
부모
커밋
d78772fb0f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tutorials/misc/pausing_games.rst

+ 1 - 1
tutorials/misc/pausing_games.rst

@@ -34,7 +34,7 @@ To set pause mode, the pause state must be set. This is done by assigning
 Doing so will have the following behavior:
 
 -  2D and 3D physics will be stopped.
--  ``_process and ``_physics_process`` will not be called anymore in nodes.
+-  ``_process`` and ``_physics_process`` will not be called anymore in nodes.
 -  ``_input`` and ``_input_event`` will not be called anymore either.
 
 This effectively stops the whole game. Calling this function from a