Skip to content

Commit b36f363

Browse files
authored
Merge pull request #190 from copycode69/welcomebug
fix: Correct spelling
2 parents 41e1ee0 + baa2f45 commit b36f363

File tree

1 file changed

+1
-1
lines changed
  • projects/build-pong-with-pygame

1 file changed

+1
-1
lines changed

projects/build-pong-with-pygame/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060

6161
'''
6262
set the back ground color to black
63-
needs to be called everytime the game updates
63+
needs to be called every time the game updates
6464
'''
6565
screen.fill(COLOR_BLACK)
6666

0 commit comments

Comments
 (0)