Merge pull request #2138 from timgates42/bugfix_typo_override
docs: fix simple typo, ovverride -> override
This commit is contained in:
commit
d0ea03c23b
@ -203,7 +203,7 @@ def normalise_font(font, padding=4):
|
||||
# drop DSIG but keep a copy
|
||||
DSIG_copy = copy.deepcopy(font['DSIG'])
|
||||
del font['DSIG']
|
||||
# ovverride TTFont attributes
|
||||
# override TTFont attributes
|
||||
origFlavor = font.flavor
|
||||
origRecalcBBoxes = font.recalcBBoxes
|
||||
origRecalcTimestamp = font.recalcTimestamp
|
||||
|
Loading…
x
Reference in New Issue
Block a user