Spell check colour names
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 611
- Forks
- 211
- PR merge metrics
- No merged PRs in 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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how colour names are looked up through pygame.colordict and compare the Python 3.10 dict-lookup behavior mentioned in the issue, using #272 as the motivating failure case. Done means missing colour names receive the intended spell-check behavior and the lookup behavior is covered by the relevant project tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100