Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0c0b29

Browse filesBrowse files
authored
Fix small typo
1 parent 9e5202a commit a0c0b29
Copy full SHA for a0c0b29

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/matplotlib/rcsetup.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/rcsetup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.