diff --git a/examples/api/agg_oo_sgskip.py b/examples/api/agg_oo_sgskip.py index 908cfd827094..6b4d463ddc85 100644 --- a/examples/api/agg_oo_sgskip.py +++ b/examples/api/agg_oo_sgskip.py @@ -11,7 +11,7 @@ fig = Figure() # A canvas must be manually attached to the figure (pyplot would automatically -# do it). This is done by instanciating the canvas with the figure as +# do it). This is done by instantiating the canvas with the figure as # argument. FigureCanvas(fig) ax = fig.add_subplot(111)