Update text_to_speech.py

This commit is contained in:
sukrucildirr
2025-06-07 23:46:17 +03:00
committed by GitHub
parent 583b80707d
commit 4a0843f0aa
+1 -1
View File
@@ -114,7 +114,7 @@ class Speech():
def shorten_paragraph(self, sentence):
#TODO find a better way, we would like to have the TTS not be annoying, speak only useful informations
"""
Find long paragraph like **explaination**: <long text> by keeping only the first sentence.
Find long paragraph like **explanation**: <long text> by keeping only the first sentence.
Args:
sentence (str): The sentence to shorten
Returns: