We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733a285 commit 0745beaCopy full SHA for 0745bea
physics/collision_detection.py
@@ -85,7 +85,7 @@
85
for event in pygame.event.get():
86
if event.type == pygame.QUIT:
87
running = False
88
- print("Number of collisions occured are",collision_count)
+ print("Number of collisions occurred are",collision_count)
89
90
91
pygame.display.update()
0 commit comments