From: Richard Kimberly Heck Date: Sat, 29 Dec 2018 04:34:51 +0000 (-0500) Subject: Typo X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2789 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=75c8e5c0007db20ff7e803571d7227e6b11a33d0;p=lyx.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]