8000 Merge pull request #24467 from story645/dep · matplotlib/matplotlib@24fba58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24fba58

Browse files
authored
Merge pull request #24467 from story645/dep
[DOC] swapped params in fig_compare_error msg
2 parents 5bc72c1 + ca78e3d commit 24fba58
< 8000 button data-component="IconButton" type="button" class="prc-Button-ButtonBase-c50BI prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="small" data-variant="invisible" aria-describedby=":R1slebab:-loading-announcement" aria-labelledby=":R4lebab:">

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 "
5382 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