Skip to content

Commit 4eaecbc

Browse files
dstansbytimhoffm
andauthored
Update lib/matplotlib/figure.py
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent b307d47 commit 4eaecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ def set_size_inches(self, w, h=None, forward=True):
886886
887887
Parameters
888888
----------
889-
w : tuple of floats or float
889+
w : (float, float) or float
890890
Width and height in inches (if height not specified as a separate
891891
argument) or width.
892892
h : float

0 commit comments

Comments
 (0)