mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
Merge pull request #1492 from Metallicow/fix-typo-connecting
fix typo conencting -> connecting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user