Fix typo in edge_tts' __init__.py module docstring (#334)
I removed the sentence entirely, it's redundant.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
"""edge-tts allows you to use Microsoft Edge's online text-to-speech service without
|
"""edge-tts allows you to use Microsoft Edge's online text-to-speech service without
|
||||||
needing Windows or the Edge browser. It Microsoft Edge's internal API to generate
|
needing Windows or the Edge browser."""
|
||||||
speech from text."""
|
|
||||||
|
|
||||||
from . import exceptions
|
from . import exceptions
|
||||||
from .communicate import Communicate
|
from .communicate import Communicate
|
||||||
|
|||||||
Reference in New Issue
Block a user