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

Skip to content

Commit 909311f

Browse files
committed
Merge pull request #4578 from Skelpdar/typo4562
Fixed typo in docstring #4562
2 parents d1e0709 + 876cb5a commit 909311f

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
@@ -548,7 +548,7 @@ def suptitle(self, t, **kwargs):
548548

549549
def set_canvas(self, canvas):
550550
"""
551-
Set the canvas the contains the figure
551+
Set the canvas that contains the figure
552552
553553
ACCEPTS: a FigureCanvas instance
554554
"""

0 commit comments

Comments
 (0)