Skip to content

Commit 634b263

Browse files
committed
remove a spurious apostrophe that confuses emacs
1 parent c9604d7 commit 634b263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leveleditor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ def mouseDragOn(self):
22922292
self.dragInProgress = True
22932293
self.dragStartPoint = (x,y)
22942294
self.currentOperation.dragStart(x,y)
2295-
'
2295+
22962296
def mouseDragOff(self):
22972297
if self.dragInProgress:
22982298
self.dragInProgress = False

0 commit comments

Comments
 (0)