From: Richard Kimberly Heck Date: Sat, 29 Dec 2018 04:34:51 +0000 (-0500) Subject: Typo X-Git-Tag: 2.3.3~94 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b286511b75b337fe50fe71493cf5b5aac13ebccb;p=features.git Typo (cherry picked from commit 75c8e5c0007db20ff7e803571d7227e6b11a33d0) --- diff --git a/lib/lyx2lyx/lyx2lyx_tools.py b/lib/lyx2lyx/lyx2lyx_tools.py index ba179a78c6..6b61adeb54 100644 --- a/lib/lyx2lyx/lyx2lyx_tools.py +++ b/lib/lyx2lyx/lyx2lyx_tools.py @@ -468,7 +468,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]