Skip to content

Commit

Permalink
Merge pull request #577 from dangne/master
Browse files Browse the repository at this point in the history
Fix a minor typo
  • Loading branch information
qiyanjun committed Nov 12, 2021
2 parents ae07432 + 65fe642 commit 866f07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textattack/attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def get_transformations(self, current_text, original_text=None, **kwargs):
def _filter_transformations_uncached(
self, transformed_texts, current_text, original_text=None
):
"""Filters a list of potential transformaed texts based on
"""Filters a list of potential transformed texts based on
``self.constraints``
Args:
Expand Down

0 comments on commit 866f07d

Please sign in to comment.