Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Oct 16, 2016
1 parent 58aeaef commit 6db96db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _unpack(stream):
font = TTFont(BytesIO(stream.read(fontlen)))
yield (desc, font)

def checkfont(desc, font):
def check_font(desc, font):
#familyName = desc['familyName']
#weightName = desc['weightName']
#isItalic = desc['isItalic']
Expand Down

0 comments on commit 6db96db

Please sign in to comment.