Skip to content

Commit ef18b68

Browse files
authored
typo
1 parent 61e4b76 commit ef18b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyembroidery/EmbPattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ def add_pattern(self, pattern, dx=None, dy=None, sx=None, sy=None, rotate=None):
593593
:param dx: position change of the added pattern x
594594
:param dy: position change of the added pattern y
595595
:param sx: scale of the added pattern x
596-
:param sy: scale fo the added pattern y
596+
:param sy: scale of the added pattern y
597597
:param rotate: rotation of the added pattern
598598
:return:
599599
"""

0 commit comments

Comments
 (0)