From: Richard Kimberly Heck Date: Sat, 29 Dec 2018 04:34:51 +0000 (-0500) Subject: Typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cb542061e1373900f51e4b6a07345da462f364b3;p=features.git Typo --- diff --git a/lib/lyx2lyx/lyx2lyx_tools.py b/lib/lyx2lyx/lyx2lyx_tools.py index 80cfdd39cf..f8d30cd470 100644 --- a/lib/lyx2lyx/lyx2lyx_tools.py +++ b/lib/lyx2lyx/lyx2lyx_tools.py @@ -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]