lordmauve/pgzero

Spell check colour names

Open

#273 geöffnet am 3. Jan. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (185 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (472 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide