Skip to content

Commit

Permalink
Revert "convert to sen"
Browse files Browse the repository at this point in the history
This reverts commit 57b2162.
  • Loading branch information
imgarylai committed Nov 27, 2018
1 parent c8fc984 commit 62ad35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elit/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __next__(self):
self._iter += 1
if self._iter >= len(self.sentences):
raise StopIteration
return Sentence(self._sentences[self._iter])
return self._sentences[self._iter]

@property
def sentences(self) -> List[Sentence]:
Expand Down

0 comments on commit 62ad35d

Please sign in to comment.