[glyf] Remove stale comment about Python 2
This commit is contained in:
parent
fdd8267065
commit
77acdbced3
@ -1627,10 +1627,6 @@ class GlyphCoordinates(object):
|
||||
a[i] = -a[i]
|
||||
return r
|
||||
def __round__(self):
|
||||
"""
|
||||
Note: This is Python 3 only. Python 2 does not call __round__.
|
||||
As such, we cannot test this method either. :(
|
||||
"""
|
||||
r = self.copy()
|
||||
r.toInt()
|
||||
return r
|
||||
|
Loading…
x
Reference in New Issue
Block a user