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

Skip to content

Commit 18eef49

Browse files
authored
Merge pull request #28733 from meeseeksmachine/auto-backport-of-pr-28732-on-v3.9.x
Backport PR #28732 on branch v3.9.x (Renames the minumumSizeHint method to minimumSizeHint)
2 parents ee7bda8 + cb12488 commit 18eef49

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)