Skip to content

Commit 0745bea

Browse files
committed
fixed:Spelling error
1 parent 733a285 commit 0745bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

physics/collision_detection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
for event in pygame.event.get():
8686
if event.type == pygame.QUIT:
8787
running = False
88-
print("Number of collisions occured are",collision_count)
88+
print("Number of collisions occurred are",collision_count)
8989

9090

9191
pygame.display.update()

0 commit comments

Comments
 (0)