Skip to content

Commit 7e99ce2

Browse files
authored
__init__.py: Fix a tiny typo in a comment (#135)
1 parent 919e0c6 commit 7e99ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfiglet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def getFonts(cls):
206206
@classmethod
207207
def infoFont(cls, font, short=False):
208208
"""
209-
Get informations of font
209+
Get information of font
210210
"""
211211
data = FigletFont.preloadFont(font)
212212
infos = []

0 commit comments

Comments
 (0)