lordmauve/pgzero

Spell check colour names

オープン

#273 opened on 2022/01/03

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (211 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (608 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

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