Skip to content

Commit 9d5d884

Browse files
committed
Update qt_compat.py
Fix comment
1 parent f482f37 commit 9d5d884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# related file was imported. This is allowed, so lets try and guess
3535
# what we should be using.
3636
if "PyQt4" in sys.modules:
37-
# PyQt5 is actually used.
37+
# PyQt4 is actually used.
3838
QT_RC_MAJOR_VERSION = 4
3939
else:
4040
# This is a fallback

0 commit comments

Comments
 (0)