lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

Spell check colour names #273

Open lordmauve opened 2 years ago

lordmauve commented 2 years ago

We should spell check the names of colours that aren't found.

This might help users overcome issues like #272.

Python 3.10 has spell checking in a few cases including dict lookup, so does this happen already in 3.10? Colour names are looked up in pygame.colordict.