Skip to content

Commit

Permalink
Fix grammar for split_sentences print message
Browse files Browse the repository at this point in the history
  • Loading branch information
francislabountyjr committed Mar 15, 2024
1 parent dbf1a08 commit 9207098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/utils/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def tts(
if text:
sens = [text]
if split_sentences:
print(" > Text splitted to sentences.")
print(" > Text split into sentences.")
sens = self.split_into_sentences(text)
print(sens)

Expand Down

0 comments on commit 9207098

Please sign in to comment.