8000 ENH: improve PySide2 loading · matplotlib/matplotlib@c4a0873 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4a0873

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

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
@@ -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)
0