Skip to content

Commit ebd5b09

Browse files
committed
fix typo in furmsubplottool
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
1 parent 983575a commit ebd5b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt4_editor/formsubplottool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def __init__(self, *args, **kwargs):
216216
# button bar
217217
hbox2 = QtGui.QHBoxLayout()
218218
gbox.addLayout(hbox2, 8, 0, 1, 1)
219-
self.tightlayout = QtGui.QPushButton('Thight Layout', self)
219+
self.tightlayout = QtGui.QPushButton('Tight Layout', self)
220220
spacer = QtGui.QSpacerItem(
221221
5, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
222222
self.resetbutton = QtGui.QPushButton('Reset', self)

0 commit comments

Comments
 (0)