From 0e5f36a50790ec58e8e012af561c244493d83178 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 16 Aug 2018 11:58:50 -0500 Subject: [PATCH] Typo fix in Usage Guide --- tutorials/introductory/usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): # # ============= ============ ================================================