8000 PEP8 fix · matplotlib/matplotlib@0729489 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0729489

Browse files
author
Thomas A Caswell
committed
PEP8 fix
1 parent ee4feb3 commit 0729489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def idle_draw(*args):
370370
class MainWindow(QtGui.QMainWindow):
371371
def closeEvent(self, event):
372372
self.emit(QtCore.SIGNAL('closing()'))
373-
QtGui.QMainWindow.closeEvent(self,event)
373+
QtGui.QMainWindow.closeEvent(self, event)
< 450F code>374374

375375
class FigureManagerQT( FigureManagerBase ):
376376
"""

0 commit comments

Comments
 (0)
0