Merge pull request #1492 from Metallicow/fix-typo-connecting

fix typo conencting -> connecting
This commit is contained in:
Robin Dunn
2020-01-22 13:44:33 -08:00
committed by GitHub

View File

@@ -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);