Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabbid76 committed Dec 21, 2024
1 parent c5d3a24 commit 9a4550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/pygame/pygame_sprite_and_sprite_mask.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enemy = min([e for e in chased.sprites()],
key=lambda e: pow(e.x-entity.x, 2) + pow(e.y-entity.y, 2))
```

### Text sprite
### Text spritewhot

Related Stack Overflow questions:

Expand Down

0 comments on commit 9a4550e

Please sign in to comment.