Skip to content

Commit

Permalink
__init__.py: Fix a tiny typo in a comment (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorni authored Oct 22, 2023
1 parent 919e0c6 commit 7e99ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfiglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def getFonts(cls):
@classmethod
def infoFont(cls, font, short=False):
"""
Get informations of font
Get information of font
"""
data = FigletFont.preloadFont(font)
infos = []
Expand Down

0 comments on commit 7e99ce2

Please sign in to comment.