Skip to content

Commit 9aa2e33

Browse files
committed
PicoGraphics documentation tweaks
1 parent 92d58a1 commit 9aa2e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/modules/picographics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ You have a 16-color and 256-color palette respectively.
440440
Set n elements in the palette from a list of RGB tuples:
441441

442442
```python
443-
set_palette([
443+
display.set_palette([
444444
(r, g, b),
445445
(r, g, b),
446446
(r, g, b)

0 commit comments

Comments
 (0)