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

Skip to content

Commit 1ae426e

Browse files
committed
Fix typo that prevented test of qt5cairo from running.
1 parent f68063e commit 1ae426e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _get_testable_interactive_backends():
2121
for deps, backend in [ # (["cairocffi", "pgi"], "gtk3agg"),
2222
(["cairocffi", "pgi"], "gtk3cairo"),
2323
(["PyQt5"], "qt5agg"),
24-
(["PyQt5", "cariocffi"], "qt5cairo"),
24+
(["PyQt5", "cairocffi"], "qt5cairo"),
2525
(["tkinter"], "tkagg"),
2626
(["wx"], "wx"),
2727
(["wx"], "wxagg")

0 commit comments

Comments
 (0)