Typo
This commit is contained in:
parent
870b7ce92a
commit
238e8cbc52
@ -66,6 +66,6 @@ class AreaPen(BasePen):
|
|||||||
"""Area is not defined for open contours.
|
"""Area is not defined for open contours.
|
||||||
Single-point open contours, which often represent anchors, are allowed.
|
Single-point open contours, which often represent anchors, are allowed.
|
||||||
"""
|
"""
|
||||||
if self._p0 != self.startPoint:
|
if self._p0 != self._startPoint:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
del self._p0, self._startPoint
|
del self._p0, self._startPoint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user