Skip to content

Commit

Permalink
Update espeak.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 23, 2025
1 parent 47b81aa commit d5c59b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyttsx3/drivers/espeak.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setProperty(name: str, value): # noqa: C901,PLR0912
raise ValueError(msg)
else:
msg = (
f"SetVoiceByName ailed with unknown return code {result} for voice: {value}"
f"SetVoiceByName failed with unknown return code {result} for voice: {value}"
)
raise ValueError(msg)
except ctypes.ArgumentError as e:
Expand Down

0 comments on commit d5c59b1

Please sign in to comment.