Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35204ed

Browse filesBrowse files
Thomas A Caswelltacaswell
authored andcommitted
PEP8: whitespaces
1 parent 45f8701 commit 35204ed
Copy full SHA for 35204ed

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/backends/backend_qt4.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ def __init__( self, canvas, num ):
389389
self.window = MainWindow()
390390
self.window.connect(self.window, QtCore.SIGNAL('closing()'),
391391
canvas.close_event)
392-
self.window.connect( self.window, QtCore.SIGNAL( 'closing()' ),
392+
self.window.connect( self.window, QtCore.SIGNAL( 'closing()'),
393393
self._widgetclosed )
394-
394+
395395
self.window.setWindowTitle("Figure %d" % num)
396396
image = os.path.join( matplotlib.rcParams['datapath'],'images','matplotlib.png' )
397397
self.window.setWindowIcon(QtGui.QIcon( image ))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.