From 75056b73baaac5b38280f0c3c50820e39a658bb3 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 20 Mar 2020 14:34:16 +0000 Subject: [PATCH] Fix typo in deprecation warning --- lib/matplotlib/figure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/figure.py b/lib/matplotlib/figure.py index 70c556d39b10..58e1264009e8 100644 --- a/lib/matplotlib/figure.py +++ b/lib/matplotlib/figure.py @@ -1208,7 +1208,7 @@ def add_axes(self, *args, **kwargs): cbook.warn_deprecated( "3.3", message="Calling add_axes() without argument is " - "deprecated. You may want to use add_suplot() " + "deprecated. You may want to use add_subplot() " "instead.") return