From 16a2c0de317ea3fc4553e5b51b427e7eec6a8e9c Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Thu, 16 Aug 2018 10:57:17 -0700 Subject: [PATCH] Backport PR #11866: 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 87c2f62c0c05..9d1d97f3e2aa 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -387,7 +387,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): # # ============= ============ ================================================