We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbb076 commit e5cf38dCopy full SHA for e5cf38d
1 file changed
textattack/transformations/composite_transformation.py
@@ -11,7 +11,7 @@
11
12
class CompositeTransformation(Transformation):
13
"""A transformation which applies each of a list of transformations,
14
- returning a set of all optoins.
+ returning a set of all options.
15
16
Args:
17
transformations: The list of ``Transformation`` to apply.
0 commit comments