From db4c8f582ea81f3e456f4bb0beea304f715bd99d Mon Sep 17 00:00:00 2001 From: elegantmoose Date: Tue, 20 Feb 2024 22:28:05 -0500 Subject: [PATCH] typo --- app/ascii_banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ascii_banner.py b/app/ascii_banner.py index ee51f4bae..836a133af 100644 --- a/app/ascii_banner.py +++ b/app/ascii_banner.py @@ -53,7 +53,7 @@ def no_color(): def print_rich_banner(): - """Print banner using Python Rich libary""" + """Print banner using Python Rich library""" if no_color(): rich_print(f"{_BANNER_SECTION_1}{_BANNER_SECTION_2}{BANNER_SECTION_3}") else: