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

Skip to content

Commit 095cac9

Browse files
authored
Update agg_oo_sgskip.py
Fix spelling in coment
1 parent 4d09108 commit 095cac9

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)