Skip to content

Commit

Permalink
Remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
tosemml authored Sep 6, 2023
1 parent ae93150 commit 4171700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion underthesea/utils/col_external_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, word, senses=[]):

def __str__(self):
return self.word + " " + ",".join([sense.tag for sense in self.senses])

def add_sense(self, sense):
self.senses.append(sense)

Expand Down

0 comments on commit 4171700

Please sign in to comment.