pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
848 stars 140 forks source link

fix typos #2847

Closed RainRat closed 4 months ago

RainRat commented 4 months ago

fix typos

oddbookworm commented 4 months ago

Oh yeah, you should make sure to run python setup format to get the lint check passing. You can install pre-commit to catch any outstanding linter errors before your commit happens I'll go update the contributing wiki now...

ankith26 commented 4 months ago

PS: ignore the new failing test, it is unrelated to your PR