We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94d027b + e5cf38d commit 8219b05Copy full SHA for 8219b05
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