From faaee6c6427ddd38a14fd43fdb42e76f959b0a41 Mon Sep 17 00:00:00 2001 From: Yanone Date: Thu, 11 Apr 2024 15:16:45 +0200 Subject: [PATCH] Grammar --- Lib/glyphsets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/glyphsets/__init__.py b/Lib/glyphsets/__init__.py index ba10061..384e3e5 100644 --- a/Lib/glyphsets/__init__.py +++ b/Lib/glyphsets/__init__.py @@ -564,7 +564,7 @@ def headline(string): if missing: print( - f"{Colors.BOLD}{glyphsets[i]}{Colors.END} has {len(missing)} {Colors.RED}{Colors.BOLD}missing{Colors.END} glyphs compared to {Colors.BOLD}{glyphsets[i - 1]}{Colors.END}:\n" + f"{Colors.BOLD}{glyphsets[i]}{Colors.END} is {Colors.RED}{Colors.BOLD}missing{Colors.END} {len(missing)} glyphs compared to {Colors.BOLD}{glyphsets[i - 1]}{Colors.END}:\n" ) print(describe_glyphset(missing, target="console", color=Colors.RED))