PicoGraphics documentation tweaks

This commit is contained in:
Hel Gibbons 2023-01-18 16:59:05 +00:00
parent 92d58a17c0
commit 9aa2e33d46
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ You have a 16-color and 256-color palette respectively.
Set n elements in the palette from a list of RGB tuples:
```python
set_palette([
display.set_palette([
(r, g, b),
(r, g, b),
(r, g, b)