Skip to content

Commit 0f2589d

Browse files
committed
fix typo I just introduced
1 parent e0ad4b0 commit 0f2589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/MathCAT/MathCAT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def ConvertSSMLTextForNVDA(text: str) -> list:
121121
log.error(e)
122122
language = getLanguageToUse()
123123
nvdaLanguage = getCurrentLanguage().replace("_", "-")
124-
log.info(f"\mathCATLanguageSetting={mathCATLanguageSetting}, lang={language}, NVDA={nvdaLanguage}")
124+
log.info(f"mathCATLanguageSetting={mathCATLanguageSetting}, lang={language}, NVDA={nvdaLanguage}")
125125

126126
synth = getSynth()
127127
_monkeyPatchESpeak()

0 commit comments

Comments
 (0)