Skip to content

Commit

Permalink
sprite: fix words repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciupa authored Dec 21, 2023
1 parent 81c96b7 commit 34d30d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src_py/sprite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1781,8 +1781,8 @@ def spritecollideany(sprite, group, collided=None):
pygame.sprite.spritecollideany(sprite, group): return sprite
Given a sprite and a group of sprites, this will return return any single
sprite that collides with with the given sprite. If there are no
Given a sprite and a group of sprites, this will return any single
sprite that collides with the given sprite. If there are no
collisions, then this returns None.
If you don't need all the features of the spritecollide function, this
Expand Down

0 comments on commit 34d30d7

Please sign in to comment.