8000 Merge pull request #3372 from ericdill/qt4compat · matplotlib/matplotlib@15fd1b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15fd1b4

Browse files
committed
Merge pull request #3372 from ericdill/qt4compat
DOC: Fixed the wording of the qt4_compat.py deprecation warning
2 parents 17adaa2 + 7bf8154 commit 15fd1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt4_compat.py

Lines changed: 1 addition & 1 deletion
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)
0