From 2edd139a5c596c7aeee7938aff1163396334c7fa Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Fri, 25 Aug 2017 20:45:24 +0200 Subject: [PATCH] Fix copy/paste error in comment. --- lslopt/lslfuncopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lslopt/lslfuncopt.py b/lslopt/lslfuncopt.py index 567e7ae..193e496 100644 --- a/lslopt/lslfuncopt.py +++ b/lslopt/lslfuncopt.py @@ -107,7 +107,7 @@ listCompat = frozenset({'ss', 'sk', 'si', 'sf', 'sv', 'sr', 'ks', 'kk', defaultListVals = {'llList2Integer':0, 'llList2Float':0.0, 'llList2String':u'', - # llList2Key is set programmatically in FoldScript + # llList2Key is set programmatically in FuncOptSetup #'llList2Key':Key(u''), 'llList2Vector':Vector((0.,0.,0.)), 'llList2Rot':Quaternion((0.,0.,0.,1.))}