lordmauve/pgzero

Spell check colour names

Open

#273 aperta il 3 gen 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (185 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (472 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor