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: