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
|
||||
needing Windows or the Edge browser. It Microsoft Edge's internal API to generate
|
||||
speech from text."""
|
||||
needing Windows or the Edge browser."""
|
||||
|
||||
from . import exceptions
|
||||
from .communicate import Communicate
|
||||
|
||||
Reference in New Issue
Block a user