From 453a096c54c09d7cc027a773e8aced357bdc1014 Mon Sep 17 00:00:00 2001 From: rany2 Date: Sun, 9 Jul 2023 15:47:33 +0300 Subject: [PATCH] Fix comment in communicate.py Inconsistent usage of tabs and spaces. Signed-off-by: rany2 --- src/edge_tts/communicate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edge_tts/communicate.py b/src/edge_tts/communicate.py index bef02fa..595e7e9 100644 --- a/src/edge_tts/communicate.py +++ b/src/edge_tts/communicate.py @@ -248,7 +248,7 @@ def __init__( # Possible values for voice are: # - Microsoft Server Speech Text to Speech Voice (cy-GB, NiaNeural) # - cy-GB-NiaNeural - # - fil-PH-AngeloNeural + # - fil-PH-AngeloNeural # Always send the first variant as that is what Microsoft Edge does. if not isinstance(voice, str): raise TypeError("voice must be str")