From eb3e07178d631e85728125baef42acc1e4a57a51 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 19:37:54 +0100 Subject: [PATCH] correct spelling mistake --- wscompose/convexhull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscompose/convexhull.py b/wscompose/convexhull.py index 1c112cf..b2d6f59 100644 --- a/wscompose/convexhull.py +++ b/wscompose/convexhull.py @@ -36,7 +36,7 @@ def _myDet(p, q, r): """Calc. determinant of a special matrix with three 2D points. The sign, "-" or "+", determines the side, right or left, - respectivly, on which the point r lies, when measured against + respectively, on which the point r lies, when measured against a directed vector from p to q. """