clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 19 Aug 2017 00:04:33 +0300
changeset 1770 449fd504a711
parent 1769 4665ba25a0ba
child 1771 f68a105000be
clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
controls/DebugVariablePanel/DebugVariablePanel.py
--- a/controls/DebugVariablePanel/DebugVariablePanel.py	Fri Aug 18 23:39:15 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariablePanel.py	Sat Aug 19 00:04:33 2017 +0300
@@ -109,7 +109,7 @@
         @param y: Y coordinate of mouse pointer
         @param d: Suggested default for return value
         """
-       # Signal Debug Variable Panel to refresh highlight giving mouse position
+        # Signal Debug Variable Panel to refresh highlight giving mouse position
         self.ParentWindow.RefreshHighlight(x, y)
         return wx.TextDropTarget.OnDragOver(self, x, y, d)