tweak comment

This commit is contained in:
justvanrossum 2017-02-21 13:47:30 +01:00
parent c5aa43238f
commit 9de3d1a5ae

View File

@ -204,7 +204,7 @@ class TTFont(object):
closeStream = False
if self.recalcTimestamp and 'head' in self:
self['head'] # make sure 'head' is loaded to make sure the recalculation is done
self['head'] # make sure 'head' is loaded so the recalculation is actually done
tags = list(self.keys())
if "GlyphOrder" in tags: