From b6cd158bd8f1edc12d467005077655f15a484b71 Mon Sep 17 00:00:00 2001 From: Max Nordlund Date: Wed, 23 Oct 2024 14:56:35 +0200 Subject: [PATCH] Fix typo --- blessed/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blessed/color.py b/blessed/color.py index 2526261..f21e43d 100644 --- a/blessed/color.py +++ b/blessed/color.py @@ -129,7 +129,7 @@ def dist_rgb_weighted(rgb1, rgb2): def dist_cie76(rgb1, rgb2): """ - Determine distance between two rgb colors using the CIE94 algorithm. + Determine distance between two rgb colors using the CIE76 algorithm. :arg tuple rgb1: RGB color definition :arg tuple rgb2: RGB color definition