Skip to content

Commit c827944

Browse files
authored
Merge pull request #189 from copycode69/lol
fix typo in comment
2 parents b36f363 + 6cfbc11 commit c827944

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
@@ -25,7 +25,7 @@ def main():
2525
clock = pygame.time.Clock()
2626

2727
'''
28-
this is to check wheter or not to move the ball
28+
this is to check whether or not to move the ball
2929
we will make it move after 3 seconds
3030
'''
3131
started = False

0 commit comments

Comments
 (0)