Skip to content

Commit

Permalink
Merge pull request #41 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
cvpe committed Dec 6, 2022
2 parents a3ccfa2 + 75730b0 commit 822d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emojis_Keyboard.py
Expand Up @@ -946,7 +946,7 @@ def tableview_say_current(self):
t = self.v_kanji['kanjis'].data_source.items[self.v_kanji['kanjis'].current]
#speech.say(t,'jp-JP')
utterance = AVSpeechUtterance.speechUtteranceWithString_(t)
#the value that sounds good apparantly depends on ios version
#the value that sounds good apparently depends on ios version
utterance.rate = 0.5
if self.voice_def == None:
# not yet defined
Expand Down

0 comments on commit 822d3f0

Please sign in to comment.