PicoGraphics documentation tweaks

pull/639/head
Hel Gibbons 2023-01-18 16:59:05 +00:00
rodzic 92d58a17c0
commit 9aa2e33d46
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)