##// END OF EJS Templates
cosmetic fix
Zachary Pincus -
Show More
@@ -77,7 +77,7 b' def get_options():'
77 return matplotlib_options(mpl) or [QT_API_PYQT_DEFAULT, QT_API_PYSIDE]
77 return matplotlib_options(mpl) or [QT_API_PYQT_DEFAULT, QT_API_PYSIDE]
78 elif qt_api not in _qt_apis:
78 elif qt_api not in _qt_apis:
79 raise RuntimeError("Invalid Qt API %r, valid values are: %r" %
79 raise RuntimeError("Invalid Qt API %r, valid values are: %r" %
80 (qt_api, ' ,'.join(_qt_apis)))
80 (qt_api, ', '.join(_qt_apis)))
81 else:
81 else:
82 return [qt_api]
82 return [qt_api]
83
83
General Comments 0
You need to be logged in to leave comments. Login now