Skip to content

Commit

Permalink
Fix comment in communicate.py
Browse files Browse the repository at this point in the history
Inconsistent usage of tabs and spaces.

Signed-off-by: rany2 <[email protected]>
  • Loading branch information
rany2 committed Jul 9, 2023
1 parent 5f27018 commit 453a096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edge_tts/communicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 453a096

Please sign in to comment.