From 7bf81543943c94e4700af496582d1696361185e0 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Fri, 15 Aug 2014 15:09:21 -0400 Subject: [PATCH] DOC: Fixed the wording of the deprecation warning --- lib/matplotlib/backends/qt4_compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/backends/qt4_compat.py b/lib/matplotlib/backends/qt4_compat.py index e28a479c434d..b425e0290ba0 100644 --- a/lib/matplotlib/backends/qt4_compat.py +++ b/lib/matplotlib/backends/qt4_compat.py @@ -1,7 +1,7 @@ import warnings from matplotlib.cbook import mplDeprecation _warn_str = ("This module has been deprecated in 1.4 in favor " - "matplotlib.backends.qt_compat\n" + "of matplotlib.backends.qt_compat\n" "This module will be removed in 1.5, please update " "your imports.") # bulk-imports because we are pretending that file is this file