From 888600efb6b27588e7b7f4a9b03b068a5f73b3f1 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Mon, 20 Jan 2020 18:29:08 -0600 Subject: [PATCH] fix typo connecting --- etg/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/graphics.py b/etg/graphics.py index e117e0e2..0bc505b1 100644 --- a/etg/graphics.py +++ b/etg/graphics.py @@ -165,7 +165,7 @@ def run(): m = c.find('StrokeLines').findOverload('points').ignore() c.addCppMethod('void', 'StrokeLines', '(PyObject* points)', pyArgsString="(point2Ds)", - doc="Stroke lines conencting all the points.", + doc="Stroke lines connecting all the points.", body="""\ size_t count; wxPoint2D* ptsArray = wxPoint2D_array_helper(points, &count);