Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5add85

Browse files
committed
pep8 fixes
1 parent c5abc50 commit b5add85

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
@@ -781,7 +781,7 @@ def __init__(self, targetfig, parent):
781781
layout.setAlignment(self.slidertop, QtCore.Qt.AlignHCenter)
782782

783783
bottomlabel = QtGui.QLabel('bottom') # this might not ever be used
784-
layout.addWidget(QtGui.QLabel('bottom'), 4, 2)
784+
layout.addWidget(bottomlabel, 4, 2)
785785
layout.addWidget(self.sliderbottom, 3, 2)
786786
layout.setAlignment(self.sliderbottom, QtCore.Qt.AlignHCenter)
787787

0 commit comments

Comments
 (0)