lordmauve/pgzero

Spell check colour names

Open

#273 opened on 2022年1月3日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (472 stars) (185 forks)batch import
enhancementgood first issue

説明

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.

コントリビューターガイド