From 636b679d7af5267c34a75045561642f8e9c6164a Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 11 Dec 2024 14:21:19 +1100 Subject: [PATCH] Fix spelling mistake of brightmagenta --- pyte/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyte/graphics.py b/pyte/graphics.py index 52ea820..f98f939 100644 --- a/pyte/graphics.py +++ b/pyte/graphics.py @@ -97,7 +97,7 @@ 102: "brightgreen", 103: "brightbrown", 104: "brightblue", - 105: "bfightmagenta", + 105: "brightmagenta", 106: "brightcyan", 107: "brightwhite" }