Skip to content

Commit

Permalink
re-fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dmmiller612 committed Jan 3, 2022
1 parent 476c434 commit 7aaa934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarizer/summary_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def run(
if return_as_list:
return sentences
else:
return ''.join(sentences)
return ' '.join(sentences)

def __call__(
self,
Expand Down

0 comments on commit 7aaa934

Please sign in to comment.