[dxf] fix typos
This commit is contained in:
parent
19dafad157
commit
d32a5ee762
3 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ class PolyCollection(Shape):
|
|||
|
||||
def set_offset(self, val: ArrayLike) -> Self:
|
||||
if numpy.any(val):
|
||||
raise PatternError('Path offset is forced to (0, 0)')
|
||||
raise PatternError('PolyCollection offset is forced to (0, 0)')
|
||||
return self
|
||||
|
||||
def translate(self, offset: ArrayLike) -> Self:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue