From 250090f418de740f02f8252892b67f0a09261c8b Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 28 Jan 2017 05:04:26 +0100 Subject: [PATCH] Downgrade a FIXME item to TODO. --- lslopt/lsloutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lsloutput.py b/lslopt/lsloutput.py index 80d9841..2becfe9 100644 --- a/lslopt/lsloutput.py +++ b/lslopt/lsloutput.py @@ -242,7 +242,7 @@ class outscript(object): # binary operands, as they have a deceitful binding power when # there's a unary minus downstream. # - # FIXME: See if the parenthesizing of ~ and ! can be improved. + # TODO: See if the parenthesizing of ~ and ! can be improved. elif lnt in ('~', '!'): lparen = True