Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed Feb 21, 2024
1 parent 2685f25 commit db4c8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ascii_banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db4c8f5

Please sign in to comment.