Skip to content

Commit 405c2de

Browse files
committed
Merge pull request matplotlib#3372 from ericdill/qt4compat
DOC: Fixed the wording of the qt4_compat.py deprecation warning
1 parent 8e334d1 commit 405c2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt4_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import warnings
22
from matplotlib.cbook import mplDeprecation
33
_warn_str = ("This module has been deprecated in 1.4 in favor "
4-
"matplotlib.backends.qt_compat\n"
4+
"of matplotlib.backends.qt_compat\n"
55
"This module will be removed in 1.5, please update "
66
"your imports.")
77
# bulk-imports because we are pretending that file is this file

0 commit comments

Comments
 (0)