Skip to content

Commit 8945efd

Browse files
committed
minor doc comment update
1 parent 8b3dff5 commit 8945efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pathins/direction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _get_components_with_transforms(glyph: Glyph) -> Sequence[Tuple]:
9898
# (1) simple X and Y scale only @ [0][0]
9999
# (2) x-scale @ [0][0] and y-scale @ [1][1]
100100
# (3) x-scale @ [0][0], scale01 @ [0][1],
101-
# y-scale @ [1][1], scale 10 @ [1][0]
101+
# y-scale @ [1][1], scale10 @ [1][0]
102102
a1 = round(component.transform[0][0], 3)
103103
a2 = round(component.transform[0][1], 3)
104104
b1 = round(component.transform[1][0], 3)

0 commit comments

Comments
 (0)