Skip to content

Commit 31210a2

Browse files
committed
update argument to fix_spell()
1 parent 9c33aa8 commit 31210a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/tex/parser/body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def body(
137137
continue
138138
else:
139139
if autocorrect:
140-
line = fix_spell(line)
140+
line = fix_spell(line, autocorrect_lang)
141141
else:
142142
line = f"\n{line}\n"
143143
except IndexError:

0 commit comments

Comments
 (0)