Skip to content

Commit 8219b05

Browse files
authored
Merge pull request #810 from cakiki/master
[MINOR:TYPO] Update composite_transformation.py
2 parents 94d027b + e5cf38d commit 8219b05

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)