From 6cfbc1124ee0b139f890ce8c6d75a9da50311e7c Mon Sep 17 00:00:00 2001 From: copycode69 Date: Mon, 9 Dec 2024 18:20:17 +0530 Subject: [PATCH] fix typo in comment --- projects/build-pong-with-pygame/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/build-pong-with-pygame/main.py b/projects/build-pong-with-pygame/main.py index 3f33917f..4d5cc885 100644 --- a/projects/build-pong-with-pygame/main.py +++ b/projects/build-pong-with-pygame/main.py @@ -25,7 +25,7 @@ def main(): clock = pygame.time.Clock() ''' - this is to check wheter or not to move the ball + this is to check whether or not to move the ball we will make it move after 3 seconds ''' started = False