mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 00:20:43 +00:00
Typo
This commit is contained in:
parent
f11a51be35
commit
75c8e5c000
@ -483,7 +483,7 @@ def revert_font_attrs(lines, name, LaTeXname):
|
||||
i = 0
|
||||
while True:
|
||||
i = find_token(lines, name, i)
|
||||
if i = -1:
|
||||
if i == -1:
|
||||
break
|
||||
del lines[i]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user