lordmauve/pgzero

Spell check colour names

Aberta

#273 aberto em 3 de jan. de 2022

 (0 comentário) (0 reação) (0 responsável)Python (211 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (608 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador