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