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 f482f37 commit 9d5d884Copy full SHA for 9d5d884
lib/matplotlib/backends/qt_compat.py
@@ -34,7 +34,7 @@
34
# related file was imported. This is allowed, so lets try and guess
35
# what we should be using.
36
if "PyQt4" in sys.modules:
37
- # PyQt5 is actually used.
+ # PyQt4 is actually used.
38
QT_RC_MAJOR_VERSION = 4
39
else:
40
# This is a fallback
0 commit comments