Merge pull request #2138 from timgates42/bugfix_typo_override

docs: fix simple typo, ovverride -> override
This commit is contained in:
Just van Rossum 2020-12-28 07:16:35 +01:00 committed by GitHub
commit d0ea03c23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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