From e1add456408dc530a52a01f15d1347290ba3d773 Mon Sep 17 00:00:00 2001 From: Rany Date: Sat, 23 Nov 2024 20:03:44 +0200 Subject: [PATCH] Fix typo in edge_tts' __init__.py module docstring (#334) I removed the sentence entirely, it's redundant. --- src/edge_tts/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/edge_tts/__init__.py b/src/edge_tts/__init__.py index bb9f61d..771111f 100644 --- a/src/edge_tts/__init__.py +++ b/src/edge_tts/__init__.py @@ -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