From df95782425a96ae0787c4699ed0a916386afc841 Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Mon, 18 Dec 2017 19:58:15 +0800 Subject: [PATCH] Edit comment... --- quickmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickmap.py b/quickmap.py index 748ff0a..7c4a561 100644 --- a/quickmap.py +++ b/quickmap.py @@ -70,7 +70,7 @@ def GetLine(arrX, arrY, name=fetchAnonymousLineName(), extendXRate=1, extendYRat Ex: GetLine([0,1,1,4,4,9,9], [0,1,-1,2,-2,3,-3], poly_maxXPower=2, polyLine=True, poly_inverseK=True) -> y^2=x ReturnValue: - void + A tuple with information describing the line. ''' if polyLine and smoothLine: raise RuntimeError("bad argument: polyLine and smoothLine can't been set simultaneously.") -- GitLab