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 5e78df9 commit 6f7fbecCopy full SHA for 6f7fbec
1 file changed
lib/matplotlib/backends/qt_compat.py
@@ -23,7 +23,7 @@
23
pyqt5=(QT_API_PYQT5, 5), pyside2=(QT_API_PYSIDE2, 5))
24
# ETS is a dict of env variable to (QT_API, QT_MAJOR_VERSION)
25
# If the ETS QT_API environment variable is set, use it, but only
26
-# if the variable if of the same major QT version. Note that
+# if the variable is of the same major QT version. Note that
27
# ETS requires the version 2 of PyQt4, which is not the platform
28
# default for Python 2.x.
29
0 commit comments