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

Skip to content

Commit 566b595

Browse files
authored
Merge pull request #9665 from roysmith/patch-1
DOC: Update agg_oo_sgskip.py
2 parents 4d09108 + 095cac9 commit 566b595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/agg_oo_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
fig = Figure()
1313
# A canvas must be manually attached to the figure (pyplot would automatically
14-
# do it). This is done by instanciating the canvas with the figure as
14+
# do it). This is done by instantiating the canvas with the figure as
1515
# argument.
1616
FigureCanvas(fig)
1717
ax = fig.add_subplot(111)

0 commit comments

Comments
 (0)