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

Skip to content

Commit cb12488

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR #28732: Renames the minumumSizeHint method to minimumSizeHint
1 parent ee7bda8 commit cb12488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def sizeHint(self):
393393
w, h = self.get_width_height()
394394
return QtCore.QSize(w, h)
395395

396-
def minumumSizeHint(self):
396+
def minimumSizeHint(self):
397397
return QtCore.QSize(10, 10)
398398

399399
@staticmethod

0 commit comments

Comments
 (0)