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