summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2018-09-06 14:56:26 -0700
committerScott Shawcroft <scott@tannewt.org>2018-09-06 14:56:26 -0700
commit86288f14f1312c6b65ac7f268a3ecf093b0aaed9 (patch)
tree2a6c11276c1bccc43d6b9482bf474813b324d5ba /shared-bindings
parentc2e49dc87f1f2232002f0307e1f2e11369f79c22 (diff)
Merge translations and update title underline
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/displayio/Palette.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/displayio/Palette.c b/shared-bindings/displayio/Palette.c
index 21744f947..7086d0ab1 100644
--- a/shared-bindings/displayio/Palette.c
+++ b/shared-bindings/displayio/Palette.c
@@ -39,7 +39,7 @@
//| .. currentmodule:: displayio
//|
//| :class:`Palette` -- Stores a mapping from bitmap pixel palette_indexes to display colors
-//| ===============================================================================
+//| =========================================================================================
//|
//| Map a pixel palette_index to a full color. Colors are transformed to the display's format internally to
//| save memory.