Skip to content

Commit

Permalink
remove "trailing whitespace" in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyanjun committed Nov 9, 2021
1 parent 4fafb4d commit 84d7802
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
sentence_transformations package
sentence_transformations package
-----------------------------------
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
BackTranslation class
BackTranslation class
-----------------------------------
"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
SentenceTransformation class
SentenceTransformation class
-----------------------------------
https://github.com/makcedward/nlpaug
Expand Down
2 changes: 1 addition & 1 deletion textattack/transformations/word_insertions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
word_insertions package
word_insertions package
-------------------------------
"""
Expand Down
2 changes: 1 addition & 1 deletion textattack/transformations/word_merges/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
word_merges package
word_merges package
------------------------------------------------
"""
Expand Down
2 changes: 1 addition & 1 deletion textattack/transformations/word_swaps/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
word_swaps package
word_swaps package
-------------------------------
"""
Expand Down

0 comments on commit 84d7802

Please sign in to comment.