Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0c0b29

Browse files
authored
Fix small typo
1 parent 9e5202a commit a0c0b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def validate_qt5(s):
286286
cbook.warn_deprecated(
287287
"2.2",
288288
"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 "
289+
"to force the use of a specific Qt5 binding, either import that "
290290
"binding first, or set the QT_API environment variable.")
291291
return ValidateInStrings("backend.qt5", ['PyQt5', 'PySide2'])(s)
292292

0 commit comments

Comments
 (0)