Fix typo in edge_tts' __init__.py module docstring (#334)

I removed the sentence entirely, it's redundant.
This commit is contained in:
Rany
2024-11-23 20:03:44 +02:00
committed by GitHub
parent 063957683c
commit e1add45640

View File

@@ -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