Fix comment in communicate.py

Inconsistent usage of tabs and spaces.

Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
rany2 2023-07-09 15:47:33 +03:00
parent 5f27018c87
commit 453a096c54

View File

@ -248,7 +248,7 @@ class Communicate:
# 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")