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

Skip to content

Commit c4a0873

Browse files
committed
ENH: improve PySide2 loading
removed trailing white space
1 parent ebb3741 commit c4a0873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/qt_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
except KeyError:
7070
raise RuntimeError(
7171
('Unrecognized environment variable %r, valid values are:'
72-
' %r, %r, %r or %r'
72+
' %r, %r, %r or %r'
7373
% (QT_API_ENV, 'pyqt', 'pyside', 'pyqt5', 'pyside2')))
7474
if QT_ENV_MAJOR_VERSION == QT_RC_MAJOR_VERSION:
7575
# Only if backend and env qt major version are

0 commit comments

Comments
 (0)