From baa2f451598dd87bda453775f35bc61d445eec35 Mon Sep 17 00:00:00 2001 From: copycode69 Date: Mon, 9 Dec 2024 18:25:09 +0530 Subject: [PATCH] fix: Correct spelling --- 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..c79685fa 100644 --- a/projects/build-pong-with-pygame/main.py +++ b/projects/build-pong-with-pygame/main.py @@ -60,7 +60,7 @@ def main(): ''' set the back ground color to black - needs to be called everytime the game updates + needs to be called every time the game updates ''' screen.fill(COLOR_BLACK)