From f6a56f8aa0eeb75f12cd6790cb8d843c3b1abae5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 10 Jun 2020 18:45:37 -0400 Subject: [PATCH] DOC: Remove duplicated line. This was added in #14714, and then backported in #14822 to `v3.1.x`, and a merge up must have accidentally included both. Fixes #17613. --- tutorials/introductory/usage.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorials/introductory/usage.py b/tutorials/introductory/usage.py index 7045b757f82d..b9b88130e86b 100644 --- a/tutorials/introductory/usage.py +++ b/tutorials/introductory/usage.py @@ -402,9 +402,6 @@ def my_plotter(ax, data1, data2, param_dict): # To save plots using the non-interactive backends, use the # ``matplotlib.pyplot.savefig('filename')`` method. # -# To save plots using the non-interactive backends, use the -# ``matplotlib.pyplot.savefig('filename')`` method. -# # And here are the user interfaces and renderer combinations supported; # these are *interactive backends*, capable of displaying to the screen # and of using appropriate renderers from the table above to write to