8000 [DOC] swapped params in fig_compare_error msg · matplotlib/matplotlib@ca78e3d · GitHub
[go: up one dir, main page]

Skip to content

Commit ca78e3d

Browse files
committed
[DOC] swapped params in fig_compare_error msg
1 parent bcdd07a commit ca78e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def decorator(func):
453453

454454
if not {"fig_test", "fig_ref"}.issubset(old_sig.parameters):
455455
raise ValueError("The decorated function must have at least the "
456-
"parameters 'fig_ref' and 'fig_test', but your "
456+
"parameters 'fig_test' and 'fig_ref', but your "
457457
f"function has the signature {old_sig}")
458458

459459
@pytest.mark.parametrize("ext", extensions)

0 commit comments

Comments
 (0)
0