This commit is contained in:
Richard Kimberly Heck 2018-12-28 23:34:51 -05:00
parent f11a51be35
commit 75c8e5c000

View File

@ -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]