diff --git a/tutorials/introductory/usage.py b/tutorials/introductory/usage.py index 7aa538c66bf1..a1403d80b329 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -389,7 +389,7 @@ def my_plotter(ax, data1, data2, param_dict): # DPI setting. # # Here is a summary of the matplotlib renderers (there is an eponymous -# backed for each; these are *non-interactive backends*, capable of +# backend for each; these are *non-interactive backends*, capable of # writing to a file): # # ============= ============ ================================================