Skip to content

Commit

Permalink
Merge pull request #3372 from ericdill/qt4compat
Browse files Browse the repository at this point in the history
DOC: Fixed the wording of the qt4_compat.py deprecation warning
  • Loading branch information
tacaswell committed Aug 15, 2014
1 parent 8e334d1 commit 405c2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 405c2de

Please sign in to comment.