Skip to content

Commit 9ec89bc

Browse files
dstansbytacaswell
andauthored
Update lib/matplotlib/figure.py
Co-Authored-By: Thomas A Caswell <tcaswell@gmail.com>
1 parent 7540ba3 commit 9ec89bc

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
@@ -892,7 +892,7 @@ def set_size_inches(self, w, h=None, forward=True):
892892
h : float
893893
Height in inches.
894894
forward : bool
895-
If ``True``, the cavas size is automatically updated, e.g., you can
895+
If ``True``, the canvas size is automatically updated, e.g., you can
896896
resize the figure window from the shell.
897897
898898
See Also

0 commit comments

Comments
 (0)