Skip to content

Commit 24fba58

Browse files
authored
Merge pull request matplotlib#24467 from story645/dep
[DOC] swapped params in fig_compare_error msg
2 parents 5bc72c1 + ca78e3d commit 24fba58

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)