From df0adec8aa50e80a92d2f112b56ea0523b4aec7f Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 2 Nov 2021 22:24:47 +0000 Subject: [PATCH] Fix typo --- palette.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palette.py b/palette.py index 64cdd1a..2c75ac9 100644 --- a/palette.py +++ b/palette.py @@ -51,7 +51,7 @@ class Palette: @staticmethod def _pixel_phase_shifts(phase_3_srgb): """Constructs dictionary of 4-bit pixel sequences for each NTSC phase. - Assumes PALETTE_DEPTH == 3 + Assumes PALETTE_DEPTH == 4 Args: phase_3_rgb: dict mapping 4-bit pixel sequence to sRGB values,