Append --> append
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8e32ea1c8d
commit
558d682c9e
@ -963,7 +963,7 @@ class Shape(ShapeEvtHandler):
|
||||
if line in linesAtThisAttachment:
|
||||
# Done this one
|
||||
del linesAtThisAttachment[linesAtThisAttachment.index(line)]
|
||||
self._lines.Append(line)
|
||||
self._lines.append(line)
|
||||
|
||||
# Now add any lines that haven't been listed in linesToSort
|
||||
self._lines += linesAtThisAttachment
|
||||
|
Loading…
Reference in New Issue
Block a user