Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5202a commit a0c0b29Copy full SHA for a0c0b29
lib/matplotlib/rcsetup.py
@@ -286,7 +286,7 @@ def validate_qt5(s):
286
cbook.warn_deprecated(
287
"2.2",
288
"The backend.qt5 rcParam was deprecated in version 2.2. In order "
289
- "to force the use of a specific Qt4 binding, either import that "
+ "to force the use of a specific Qt5 binding, either import that "
290
"binding first, or set the QT_API environment variable.")
291
return ValidateInStrings("backend.qt5", ['PyQt5', 'PySide2'])(s)
292
0 commit comments