Skip to content

Commit e5cf38d

Browse files
authored
Update composite_transformation.py
1 parent 5fbb076 commit e5cf38d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textattack/transformations/composite_transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
class CompositeTransformation(Transformation):
1313
"""A transformation which applies each of a list of transformations,
14-
returning a set of all optoins.
14+
returning a set of all options.
1515
1616
Args:
1717
transformations: The list of ``Transformation`` to apply.

0 commit comments

Comments
 (0)